mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 08:49:06 +00:00
Added fix for unicodecharacters
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -123,7 +123,7 @@ var Crypt = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
set_name:function(name){
|
set_name:function(name){
|
||||||
conf_arr.name = name;
|
conf_arr.name = encodeURIComponent(name).replace(/\W/g, '');
|
||||||
Crypt.encrypt(conf_arr, "_opt");
|
Crypt.encrypt(conf_arr, "_opt");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user