From d2ddda16e9db6bbf575974f00d65e96755a01879 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Nov 2010 12:32:11 -0500 Subject: use minified version of jquery.cookie.js --- js/jquery.cookie.min.js | 1 + lib/action.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 js/jquery.cookie.min.js diff --git a/js/jquery.cookie.min.js b/js/jquery.cookie.min.js new file mode 100644 index 000000000..eb129db96 --- /dev/null +++ b/js/jquery.cookie.min.js @@ -0,0 +1 @@ +jQuery.cookie=function(b,j,m){if(typeof j!="undefined"){m=m||{};if(j===null){j="";m.expires=-1}var e="";if(m.expires&&(typeof m.expires=="number"||m.expires.toUTCString)){var f;if(typeof m.expires=="number"){f=new Date();f.setTime(f.getTime()+(m.expires*24*60*60*1000))}else{f=m.expires}e="; expires="+f.toUTCString()}var l=m.path?"; path="+(m.path):"";var g=m.domain?"; domain="+(m.domain):"";var a=m.secure?"; secure":"";document.cookie=[b,"=",encodeURIComponent(j),e,l,g,a].join("")}else{var d=null;if(document.cookie&&document.cookie!=""){var k=document.cookie.split(";");for(var h=0;hscript('jquery.min.js'); $this->script('jquery.form.min.js'); - $this->script('jquery.cookie.js'); + $this->script('jquery.cookie.min.js'); $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.js').'"); }'); $this->script('jquery.joverlay.min.js'); Event::handle('EndShowJQueryScripts', array($this)); -- cgit v1.2.3-54-g00ecf