mirror of
				https://github.com/tobychui/zoraxy.git
				synced 2025-10-31 05:54:04 +01:00 
			
		
		
		
	Fix typo remvoeClass to removeClass
This commit is contained in:
		| @@ -1110,7 +1110,7 @@ | ||||
|                 } | ||||
|  | ||||
|                 $("#ipAddressInput").val(""); | ||||
|                 $("#ipAddressInput").parent().remvoeClass("error"); | ||||
|                 $("#ipAddressInput").parent().removeClass("error"); | ||||
|             }, | ||||
|             error: function() { | ||||
|                 alert("Failed to add IP address to blacklist"); | ||||
| @@ -1244,7 +1244,7 @@ | ||||
|  | ||||
|                 $("#ipAddressInputWhitelist").val(""); | ||||
|                 $("#ipAddressCommentsWhitelist").val(""); | ||||
|                 $("#ipAddressInputWhitelist").parent().remvoeClass("error"); | ||||
|                 $("#ipAddressInputWhitelist").parent().removeClass("error"); | ||||
|             }, | ||||
|             error: function() { | ||||
|                 alert("Failed to add IP address to whitelist"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ahmad Syamim
					Ahmad Syamim