Show More
@@ -46,7 +46,7 var IPython = (function (IPython) { | |||
|
46 | 46 | |
|
47 | 47 | var utils = IPython.utils; |
|
48 | 48 | var key = IPython.utils.keycodes; |
|
49 | CodeMirror.modeURL = "/static/codemirror/mode/%N/%N.js"; | |
|
49 | CodeMirror.modeURL = "/static/components/codemirror/mode/%N/%N.js"; | |
|
50 | 50 | |
|
51 | 51 | /** |
|
52 | 52 | * A Cell conceived to write code. |
General Comments 0
You need to be logged in to leave comments.
Login now