Add the jshint comment to alter how scrutinzer-ci deals with the js.
This commit is contained in:
parent
31501e48fe
commit
887f963e17
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$(".shm-blotter2-toggle").click(function() {
|
$(".shm-blotter2-toggle").click(function() {
|
||||||
$(".shm-blotter2").slideToggle("slow", function() {
|
$(".shm-blotter2").slideToggle("slow", function() {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
|
||||||
* Tagger - Advanced Tagging v2 *
|
* Tagger - Advanced Tagging v2 *
|
||||||
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
|
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Crossbrowser Drag Handler
|
* Crossbrowser Drag Handler
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
|
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
|
||||||
// Copyright (c) 2008-2011 Todd Matthews & Steve Purcell
|
// Copyright (c) 2008-2011 Todd Matthews & Steve Purcell
|
||||||
(function($) {
|
(function($) {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
if($('#updatecheck').length !== 0){
|
if($('#updatecheck').length !== 0){
|
||||||
$.getJSON('https://api.github.com/repos/shish/shimmie2/commits', function(data){
|
$.getJSON('https://api.github.com/repos/shish/shimmie2/commits', function(data){
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
|
||||||
|
|
||||||
/* Imageboard to Shimmie */
|
/* Imageboard to Shimmie */
|
||||||
// This should work with "most" sites running Danbooru/Gelbooru/Shimmie
|
// This should work with "most" sites running Danbooru/Gelbooru/Shimmie
|
||||||
// maxsize, supext, CA are set inside the bookmarklet (see theme.php)
|
// maxsize, supext, CA are set inside the bookmarklet (see theme.php)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user