Fixed CouchDB import error
This commit is contained in:
parent
91750c60b4
commit
bfed1cfa45
@ -727,7 +727,7 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
utils.decodeBase64 = function(str) {
|
utils.decodeBase64 = function(str) {
|
||||||
return window.unescape(decodeURIComponent(window.atob(str)));
|
return decodeURIComponent(window.escape(window.atob(str)));
|
||||||
};
|
};
|
||||||
|
|
||||||
// CRC32 algorithm
|
// CRC32 algorithm
|
||||||
|
Loading…
Reference in New Issue
Block a user