From b0be2d037672c1dd71a7f044edaf8948cc3fd76d 2012-05-31 20:08:29 From: Matthias BUSSONNIER <bussonniermatthias@gmail.com> Date: 2012-05-31 20:08:29 Subject: [PATCH] rename context-hint to contexthint --- diff --git a/IPython/frontend/html/notebook/static/js/context-hint.js b/IPython/frontend/html/notebook/static/js/contexthint.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/context-hint.js rename to IPython/frontend/html/notebook/static/js/contexthint.js diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index c8fdfc6..ce42f29 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -224,7 +224,6 @@ data-notebook-id={{notebook_id}} <script src="{{ static_url("js/cell.js") }}" type="text/javascript" charset="utf-8"></script> <script src="{{ static_url("js/codecell.js") }}" type="text/javascript" charset="utf-8"></script> <script src="{{ static_url("js/completer.js") }}" type="text/javascript" charset="utf-8"></script> -<script src="{{ static_url("js/context-hint.js") }} charset="utf-8"></script> <script src="{{ static_url("js/textcell.js") }}" type="text/javascript" charset="utf-8"></script> <script src="{{ static_url("js/kernel.js") }}" type="text/javascript" charset="utf-8"></script> <script src="{{ static_url("js/savewidget.js") }}" type="text/javascript" charset="utf-8"></script> @@ -237,7 +236,6 @@ data-notebook-id={{notebook_id}} <script src="{{ static_url("js/tooltip.js") }}" type="text/javascript" charset="utf-8"></script> <script src="{{ static_url("js/notebookmain.js") }}" type="text/javascript" charset="utf-8"></script> -<script src="{{ static_url("js/context-hint.js") }} charset="utf-8"></script> -<script src="{{ static_url("codemirror/lib/util/simple-hint.js") }} charset="utf-8"></script> +<script src="{{ static_url("js/contexthint.js") }} charset="utf-8"></script> {% end %}