mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forcing intelligent to be set when changed on mobile
This commit is contained in:
@@ -72,6 +72,9 @@ var Crypt = {
|
|||||||
|
|
||||||
set_intelligent_list_enabled: function(enabled) {
|
set_intelligent_list_enabled: function(enabled) {
|
||||||
conf_arr.intelligent = enabled;
|
conf_arr.intelligent = enabled;
|
||||||
|
if(Helper.mobilecheck()) {
|
||||||
|
intelligentList = enabled;
|
||||||
|
}
|
||||||
Crypt.encrypt(conf_arr, "_opt");
|
Crypt.encrypt(conf_arr, "_opt");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user