diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index b16373785f..740ff0f265 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -1040,7 +1040,7 @@ function adjustTextUnits(name) { "selected", true ); - $("#" + name + "_units").trigger("change"); + $("#text-" + name + "_text").val(restPrev); unitsSelected = true; } @@ -1049,9 +1049,7 @@ function adjustTextUnits(name) { }); if (unitsSelected == false) { - //$("#" + name + "_units option:last").prop("selected", true); $("#" + name + "_units option:last").prop("selected", true); - $("#" + name + "_units").trigger("change"); $("#text-" + name + "_text").val(restPrev); }