Show More
@@ -15,6 +15,10 b' $(document).ready(function () {' | |||
|
15 | 15 | IPython.page = new IPython.Page(); |
|
16 | 16 | |
|
17 | 17 | $('div#tabs').tabs(); |
|
18 | $('div#tabs').on('tabsselect', function (event, ui) { | |
|
19 | var new_url = $('body').data('baseProjectUrl') + '#' + ui.panel.id; | |
|
20 | window.history.replaceState({}, '', new_url); | |
|
21 | }); | |
|
18 | 22 | $('div#main_app').addClass('border-box-sizing ui-widget'); |
|
19 | 23 | $('div#notebooks_toolbar').addClass('ui-widget ui-helper-clearfix'); |
|
20 | 24 | $('#new_notebook').button().click(function (e) { |
General Comments 0
You need to be logged in to leave comments.
Login now