From 3b819a0df683049acb0c2a6b2d5f19bdf9612978 2013-01-14 21:23:23 From: Matthias BUSSONNIER Date: 2013-01-14 21:23:23 Subject: [PATCH] Uppercase and update path --- diff --git a/IPython/frontend/html/notebook/static/js/celltoolbarpresets/slideshow.js b/IPython/frontend/html/notebook/static/js/celltoolbarpresets/slideshow.js index a3f1658..c7fc3ef 100644 --- a/IPython/frontend/html/notebook/static/js/celltoolbarpresets/slideshow.js +++ b/IPython/frontend/html/notebook/static/js/celltoolbarpresets/slideshow.js @@ -10,12 +10,7 @@ //============================================================================ /** - * Example Use for the CellToolbar library - * add the following to your custom.js to load - * metadata UI for slideshow - * - * ``` - * $.getScript('/static/js/examples/metaui.slideshow.js'); + * $.getScript('/static/js/celltoolbarpresets/slideshow.js'); * ``` * or more generally * ``` @@ -57,7 +52,7 @@ slideshow_preset.push('slideshow.select'); - CellToolbar.register_preset('slideshow',slideshow_preset); - console.log('Slideshow extension for metadata editting loaded.'); + CellToolbar.register_preset('Slideshow',slideshow_preset); + console.log('Slideshow extension for metadata editing loaded.'); }(IPython));