mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-11 03:55:35 +00:00
Added fix for unicodecharacters
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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