jQuery attribute selector value MUST be surrounded by quotes

Leo Gallucci 8 years ago
parent f69ce9fcad
commit 27710b9324

@ -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();

Loading…
Cancel
Save