aboutsummaryrefslogtreecommitdiff
path: root/doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-10 13:38:40 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-10 13:38:40 -0500
commit397481c41dc2180edd40a06c9053d5c3df8b417f (patch)
tree90a4f849d427bd1dea08125fecdc144ba70ad1db /doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js
parenta6f43351e1e6e2fefdcf337cabeb6494ceb4563c (diff)
downloadwintersurvival2-397481c41dc2180edd40a06c9053d5c3df8b417f.tar.gz
wintersurvival2-397481c41dc2180edd40a06c9053d5c3df8b417f.tar.bz2
wintersurvival2-397481c41dc2180edd40a06c9053d5c3df8b417f.zip
Workon getting servers to register with a master server
Diffstat (limited to 'doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js')
-rw-r--r--doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js b/doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js
new file mode 100644
index 0000000..7401208
--- /dev/null
+++ b/doc/notes-resource/Linux Dedicated Server Hosting - Garry's Mod_files/jquery.js
@@ -0,0 +1,8 @@
+/*!
+ * jQuery Cookie Plugin v1.3.1
+ * https://github.com/carhartl/jquery-cookie
+ *
+ * Copyright 2013 Klaus Hartl
+ * Released under the MIT license
+ */
+(function(a,b,c){function e(a){return a}function f(a){return g(decodeURIComponent(a.replace(d," ")))}function g(a){return 0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\")),a}function h(a){return i.json?JSON.parse(a):a}var d=/\+/g,i=a.cookie=function(d,g,j){if(g!==c){if(j=a.extend({},i.defaults,j),null===g&&(j.expires=-1),"number"==typeof j.expires){var k=j.expires,l=j.expires=new Date;l.setDate(l.getDate()+k)}return g=i.json?JSON.stringify(g):g+"",b.cookie=[encodeURIComponent(d),"=",i.raw?g:encodeURIComponent(g),j.expires?"; expires="+j.expires.toUTCString():"",j.path?"; path="+j.path:"",j.domain?"; domain="+j.domain:"",j.secure?"; secure":""].join("")}for(var m=i.raw?e:f,n=b.cookie.split("; "),o=d?null:{},p=0,q=n.length;q>p;p++){var r=n[p].split("="),s=m(r.shift()),t=m(r.join("="));if(d&&d===s){o=h(t);break}d||(o[s]=h(t))}return o};i.defaults={},a.removeCookie=function(b,c){return null!==a.cookie(b)?(a.cookie(b,null,c),!0):!1}})(jQuery,document); \ No newline at end of file