-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This js file relies on functions defined in 'shimmie.js' which is all…
… globed together when rendering a page. Adding an ignore line to scrutinizer to prevent false-positives.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ imports: | |
- php | ||
|
||
filter: | ||
excluded_paths: [lib/*] | ||
excluded_paths: [lib/*,ext/tagger/script.js] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/*jshint dojo:true, forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */ | ||
/*jshint forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */ | ||
|
||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ | ||
* Tagger - Advanced Tagging v2 * | ||
* Author: Artanis (Erik Youngren <[email protected]>) * | ||
* Do not remove this notice. * | ||
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
var Tagger = { | ||
initialize : function (image_id) { | ||
// object navigation | ||
|