mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
#toolbar -> #maintoolbar
This commit is contained in:
parent
9564a899ed
commit
8a121f93ac
@ -1,5 +1,5 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// Copyright (C) 2008 The IPython Development Team
|
||||
// Copyright (C) 2011 The IPython Development Team
|
||||
//
|
||||
// Distributed under the terms of the BSD License. The full license is in
|
||||
// the file COPYING, distributed as part of this software.
|
||||
|
@ -29,7 +29,7 @@ $(document).ready(function () {
|
||||
IPython.notebook = new IPython.Notebook('div#notebook');
|
||||
IPython.save_widget = new IPython.SaveWidget('span#save_widget');
|
||||
IPython.menubar = new IPython.MenuBar('#menubar')
|
||||
IPython.toolbar = new IPython.MainToolBar('#toolbar')
|
||||
IPython.toolbar = new IPython.MainToolBar('#maintoolbar')
|
||||
IPython.tooltip = new IPython.Tooltip()
|
||||
IPython.notification_widget = new IPython.NotificationWidget('#notification')
|
||||
|
||||
|
@ -154,7 +154,7 @@ data-notebook-id={{notebook_id}}
|
||||
</div>
|
||||
|
||||
|
||||
<div id="toolbar"></div>
|
||||
<div id="maintoolbar"></div>
|
||||
|
||||
<div id="main_app">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user