Icons work - docs 📚 #550

This commit is contained in:
Jokob-sk
2024-04-05 20:09:05 +11:00
parent 1f735e9ed5
commit 980e83e039
5 changed files with 29 additions and 10 deletions

View File

@@ -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) {