Move editor stuff to same directories as GitHub to keep from URI confusion
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// attempt to load the definition for this language
|
// attempt to load the definition for this language
|
||||||
var script_uri = '/javascripts/editor/langs/' + markup_name + '.js';
|
var script_uri = '/javascript/editor/langs/' + markup_name + '.js';
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: script_uri,
|
url: script_uri,
|
||||||
dataType: 'script',
|
dataType: 'script',
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<script type="text/javascript" src="/javascript/gollum.placeholder.js"></script>
|
<script type="text/javascript" src="/javascript/gollum.placeholder.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript"
|
<script type="text/javascript"
|
||||||
src="/javascript/gollum-editor/gollum.editor.js"></script>
|
src="/javascript/editor/gollum.editor.js"></script>
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user