diff options
author | Git <git@what.cd> | 2013-06-06 08:01:03 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-06-06 08:01:03 +0000 |
commit | ac26edc0caefdfc7f1054b64f4c6cb89dfe8e4f6 (patch) | |
tree | 8b546165e2efe87a32c98eaad15a0331fb4036ac /static/functions/cssgallery.js | |
parent | 8016cb4277f99450370252aed66dc00c23b0836d (diff) | |
download | Gazelle-ac26edc0caefdfc7f1054b64f4c6cb89dfe8e4f6.zip Gazelle-ac26edc0caefdfc7f1054b64f4c6cb89dfe8e4f6.tar.gz Gazelle-ac26edc0caefdfc7f1054b64f4c6cb89dfe8e4f6.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/cssgallery.js')
-rw-r--r-- | static/functions/cssgallery.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/functions/cssgallery.js b/static/functions/cssgallery.js index 773cf24..77e1a60 100644 --- a/static/functions/cssgallery.js +++ b/static/functions/cssgallery.js @@ -1,8 +1,5 @@ (function($) { - /*! jQuery Ajax Queue v0.1.2pre | (c) 2013 Corey Frang | Licensed MIT */ - (function(e){var r=e({});e.ajaxQueue=function(n){function t(r){u=e.ajax(n),u.done(a.resolve).fail(a.reject).then(r,r)}var u,a=e.Deferred(),i=a.promise();return r.queue(t),i.abort=function(o){if(u)return u.abort(o);var c=r.queue(),f=e.inArray(t,c);return f>-1&&c.splice(f,1),a.rejectWith(n.context||n,[i,o,""]),i},i}})(jQuery); - //@ sourceMappingURL=dist/jquery.ajaxQueue.min.map - + $(document).ready(function () { // If the custom stylesheet field is empty, select the current style from the previews if(!$('input#styleurl').val()){ |