Added minified JS files for core

This commit is contained in:
Saqib Razzaq 2016-06-08 00:41:05 -07:00
parent 33449dfdf4
commit 06a7275fae
3 changed files with 3 additions and 0 deletions

1
upload/js/clipbucket.min.js vendored Executable file

File diff suppressed because one or more lines are too long

1
upload/js/functions.min.js vendored Executable file

File diff suppressed because one or more lines are too long

1
upload/js/jquery_plugs/cookie.min.js vendored Executable file
View file

@ -0,0 +1 @@
jQuery.cookie=function(e,i,o){if("undefined"==typeof i){var n=null;if(document.cookie&&""!=document.cookie)for(var r=document.cookie.split(";"),t=0;t<r.length;t++){var p=jQuery.trim(r[t]);if(p.substring(0,e.length+1)==e+"="){n=decodeURIComponent(p.substring(e.length+1));break}}return n}o=o||{},null===i&&(i="",o.expires=-1);var u="";if(o.expires&&("number"==typeof o.expires||o.expires.toUTCString)){var s;"number"==typeof o.expires?(s=new Date,s.setTime(s.getTime()+24*o.expires*60*60*1e3)):s=o.expires,u="; expires="+s.toUTCString()}var a=o.path?"; path="+o.path:"",c=o.domain?"; domain="+o.domain:"",m=o.secure?"; secure":"";document.cookie=[e,"=",encodeURIComponent(i),u,a,c,m].join("")};