##// END OF EJS Templates
Uppercase and update path
Matthias BUSSONNIER -
Show More
@@ -10,12 +10,7 b''
10 10 //============================================================================
11 11
12 12 /**
13 * Example Use for the CellToolbar library
14 * add the following to your custom.js to load
15 * metadata UI for slideshow
16 *
17 * ```
18 * $.getScript('/static/js/examples/metaui.slideshow.js');
13 * $.getScript('/static/js/celltoolbarpresets/slideshow.js');
19 14 * ```
20 15 * or more generally
21 16 * ```
@@ -57,7 +52,7 b''
57 52
58 53 slideshow_preset.push('slideshow.select');
59 54
60 CellToolbar.register_preset('slideshow',slideshow_preset);
61 console.log('Slideshow extension for metadata editting loaded.');
55 CellToolbar.register_preset('Slideshow',slideshow_preset);
56 console.log('Slideshow extension for metadata editing loaded.');
62 57
63 58 }(IPython));
General Comments 0
You need to be logged in to leave comments. Login now