@ -209,7 +209,7 @@ requirejs([
// load tab if url hash
if (window.location.hash) {
$("#tabs").find("a[href=" + window.location.hash + "]").click();
$("#tabs").find("a[href='" + window.location.hash + "']").click();
}
shutdownbutton.activate();