##// END OF EJS Templates
Moving static/user to static/custom to prevent future conflicts.
Brian E. Granger -
Show More
1 NO CONTENT: file renamed from IPython/frontend/html/notebook/static/user/css/custom.css to IPython/frontend/html/notebook/static/custom/css/custom.css
1 NO CONTENT: file renamed from IPython/frontend/html/notebook/static/user/js/custom.js to IPython/frontend/html/notebook/static/custom/js/custom.js
@@ -23,7 +23,7 b''
23 23 {% endif %}
24 24 {% endblock lesscss%}
25 25 {% endblock %}
26 <link rel="stylesheet" href="{{ static_url("user/css/custom.css") }}" type="text/css" />
26 <link rel="stylesheet" href="{{ static_url("custom/css/custom.css") }}" type="text/css" />
27 27
28 28
29 29 {% block meta %}
@@ -69,7 +69,7 b''
69 69 {% endif %}
70 70 {% endblock %}
71 71
72 <script src="{{static_url("user/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
72 <script src="{{static_url("custom/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
73 73
74 74 </body>
75 75
General Comments 0
You need to be logged in to leave comments. Login now