Added support for encoding and storing requests of type image. Fixes issue 368.
git-svn-id: https://beef.googlecode.com/svn/trunk@1200 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -61,7 +61,7 @@ beef.encode.base64 = {
|
||||
|
||||
decode : function (input) {
|
||||
if (window.atob) {
|
||||
return atob(escape(input));
|
||||
return escape(atob(input));
|
||||
}
|
||||
|
||||
var output = "";
|
||||
|
||||
Reference in New Issue
Block a user