mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Remove unnecessary backwards compatibility code
This commit is contained in:
parent
53463898eb
commit
dab99c599f
@ -124,14 +124,4 @@ require([
|
||||
if (window.location.hash) {
|
||||
$("#tabs").find("a[href=" + window.location.hash + "]").click();
|
||||
}
|
||||
|
||||
// For backwards compatability.
|
||||
IPython.page = page;
|
||||
IPython.contents = contents;
|
||||
IPython.notebook_list = notebook_list;
|
||||
IPython.cluster_list = cluster_list;
|
||||
IPython.session_list = session_list;
|
||||
IPython.kernel_list = kernel_list;
|
||||
IPython.login_widget = login_widget;
|
||||
IPython.events = events;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user