UI - Fix not removed priority

This commit is contained in:
LordGrey
2023-02-05 15:34:05 +01:00
parent 5a5ac2ddfa
commit 1fa20083c4

View File

@@ -97,7 +97,7 @@ $(document).ready(function () {
}
function updateInputSelect() {
$('.sstbody').html("");
$('.sstbody').empty();
var prios = window.serverInfo.priorities;
var clearAll = false;