mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +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
|
||||
if (window.location.hash) {
|
||||
$("#tabs").find("a[href=" + window.location.hash + "]").click();
|
||||
$("#tabs").find("a[href='" + window.location.hash + "']").click();
|
||||
}
|
||||
|
||||
shutdownbutton.activate();
|
||||
|
Loading…
Reference in New Issue
Block a user