mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
jQuery attribute selector value MUST be surrounded by quotes
This commit is contained in:
parent
f69ce9fcad
commit
27710b9324
@ -209,7 +209,7 @@ requirejs([
|
|||||||
|
|
||||||
// load tab if url hash
|
// load tab if url hash
|
||||||
if (window.location.hash) {
|
if (window.location.hash) {
|
||||||
$("#tabs").find("a[href=" + window.location.hash + "]").click();
|
$("#tabs").find("a[href='" + window.location.hash + "']").click();
|
||||||
}
|
}
|
||||||
|
|
||||||
shutdownbutton.activate();
|
shutdownbutton.activate();
|
||||||
|
Loading…
Reference in New Issue
Block a user