#toolbar -> #maintoolbar

This commit is contained in:
Matthias BUSSONNIER 2012-08-12 14:20:37 +02:00
parent 9564a899ed
commit 8a121f93ac
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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')

View File

@ -154,7 +154,7 @@ data-notebook-id={{notebook_id}}
</div>
<div id="toolbar"></div>
<div id="maintoolbar"></div>
<div id="main_app">