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) { | ||||
|         conf_arr.intelligent = enabled; | ||||
|         if(Helper.mobilecheck()) { | ||||
|             intelligentList = enabled; | ||||
|         } | ||||
|         Crypt.encrypt(conf_arr, "_opt"); | ||||
|     }, | ||||
|  | ||||
|   | ||||
| @@ -457,7 +457,7 @@ function addDynamicListeners() { | ||||
|             clearIntelligentQueue(); | ||||
|             before_toast(); | ||||
|         }); | ||||
|          | ||||
|  | ||||
|         addListener("click", "#dont_refresh_list", function(event) { | ||||
|             this.preventDefault(); | ||||
|             before_toast(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user