aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-11-22 14:49:24 +0000
committerDave Whiteland <dave@mysociety.org>2012-11-22 14:49:24 +0000
commit6a58617ca6a084a309ffa0c1c98821ea3db0c850 (patch)
tree015308b2eefd25f85d4dee38e713869597b04182
parentf9e57821d505f081cd1a3f5c67255c09f0e5e57f (diff)
no longer using external base64.min.js file, encoding without additional request
-rw-r--r--web/cobrands/fixmybarangay/base64.min.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/fixmybarangay/base64.min.js b/web/cobrands/fixmybarangay/base64.min.js
deleted file mode 100644
index db8c36208..000000000
--- a/web/cobrands/fixmybarangay/base64.min.js
+++ /dev/null
@@ -1 +0,0 @@
-(function(){var a=typeof window!="undefined"?window:exports,b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",c=function(){try{document.createElement("$")}catch(a){return a}}();a.btoa||(a.btoa=function(a){for(var d,e,f=0,g=b,h="";a.charAt(f|0)||(g="=",f%1);h+=g.charAt(63&d>>8-f%1*8)){e=a.charCodeAt(f+=.75);if(e>255)throw c;d=d<<8|e}return h}),a.atob||(a.atob=function(a){a=a.replace(/=+$/,"");if(a.length%4==1)throw c;for(var d=0,e,f,g=0,h="";f=a.charAt(g++);~f&&(e=d%4?e*64+f:f,d++%4)?h+=String.fromCharCode(255&e>>(-2*d&6)):0)f=b.indexOf(f);return h})})();