mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
function.js: Fix global variable B64keyStr declaration
This commit is contained in:
parent
0469d0723f
commit
78fefb6c8f
1 changed files with 5 additions and 5 deletions
|
@ -290,7 +290,7 @@ function generate_uuid() {
|
|||
* Source : http://ntt.cc/2008/01/19/base64-encoder-decoder-with-javascript.html
|
||||
*/
|
||||
if ($type(atob) != 'function') {
|
||||
B64keyStr = "ABCDEFGHIJKLMNOP" +
|
||||
var B64keyStr = "ABCDEFGHIJKLMNOP" +
|
||||
"QRSTUVWXYZabcdef" +
|
||||
"ghijklmnopqrstuv" +
|
||||
"wxyz0123456789+/" +
|
||||
|
|
Loading…
Reference in a new issue