diff --git a/ext/blotter/script.js b/ext/blotter/script.js index e2f4f892..05b65ff1 100644 --- a/ext/blotter/script.js +++ b/ext/blotter/script.js @@ -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() { $(".shm-blotter2-toggle").click(function() { $(".shm-blotter2").slideToggle("slow", function() { diff --git a/ext/tagger/script.js b/ext/tagger/script.js index e01c8168..282ec02e 100644 --- a/ext/tagger/script.js +++ b/ext/tagger/script.js @@ -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 * * Author: Artanis (Erik Youngren ) * diff --git a/ext/tagger/webtoolkit.drag.js b/ext/tagger/webtoolkit.drag.js index 3ba87507..325f89a7 100644 --- a/ext/tagger/webtoolkit.drag.js +++ b/ext/tagger/webtoolkit.drag.js @@ -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 diff --git a/ext/twitter_soc/script.js b/ext/twitter_soc/script.js index 06457f3a..839a19a5 100644 --- a/ext/twitter_soc/script.js +++ b/ext/twitter_soc/script.js @@ -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 // Copyright (c) 2008-2011 Todd Matthews & Steve Purcell (function($) { diff --git a/ext/update/script.js b/ext/update/script.js index dea04c24..c2719786 100644 --- a/ext/update/script.js +++ b/ext/update/script.js @@ -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() { if($('#updatecheck').length !== 0){ $.getJSON('https://api.github.com/repos/shish/shimmie2/commits', function(data){ diff --git a/ext/upload/bookmarklet.js b/ext/upload/bookmarklet.js index 0c4dda31..12597503 100644 --- a/ext/upload/bookmarklet.js +++ b/ext/upload/bookmarklet.js @@ -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 */ // This should work with "most" sites running Danbooru/Gelbooru/Shimmie // maxsize, supext, CA are set inside the bookmarklet (see theme.php)