##// END OF EJS Templates
Load default.js (for celltoolbar) by default...
Matthias BUSSONNIER -
Show More
@@ -34,7 +34,7 b''
34 34 $('<fieldset/>').append(
35 35 $('<label/>')
36 36 .attr('for','metadata')
37 .text("Metadata (I know what I'm dooing and I won't complain if it breaks my notebook)")
37 .text("Manually edit the JSON below to manipulate the metadata for this cell. This assumes you know what you are doing and won't complain if it breaks your notebook. We also recommend putting your metadata attributes in an appropriately named sub-structure, so they don't conflict with those of others.")
38 38 )
39 39 .append(error_div)
40 40 .append($('<br/>'))
@@ -223,7 +223,7 b' data-notebook-id={{notebook_id}}'
223 223 <script src="{{ static_url("js/notebookmain.js") }}" type="text/javascript" charset="utf-8"></script>
224 224
225 225 <script src="{{ static_url("js/contexthint.js") }}" charset="utf-8"></script>
226 {% endblock %}
227
228 226
227 <script src="{{ static_url("js/celltoolbarpresets/default.js") }}" type="text/javascript" charset="utf-8"></script>
229 228
229 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now