mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added fix for unicodecharacters
This commit is contained in:
@@ -123,7 +123,7 @@ var Crypt = {
|
||||
},
|
||||
|
||||
set_name:function(name){
|
||||
conf_arr.name = name;
|
||||
conf_arr.name = encodeURIComponent(name).replace(/\W/g, '');
|
||||
Crypt.encrypt(conf_arr, "_opt");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user