mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Icons work - docs 📚 #550
This commit is contained in:
@@ -1620,7 +1620,7 @@ function overwriteIconType () {
|
||||
return;
|
||||
}
|
||||
|
||||
var icon = $('#txtIcon').val();
|
||||
var icon = encodeURIComponent($('#txtIcon').val());
|
||||
|
||||
// Mass update icons
|
||||
$.get('php/server/devices.php?action=overwriteIconType&mac='+ mac + '&icon=' + icon, function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user