fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351e2a6
)
Dalsze poprawnienie URLi w JS.
author
zuber
<marek@stepniowski.com>
Tue, 5 Jan 2010 00:36:38 +0000
(
01:36
+0100)
committer
zuber
<marek@stepniowski.com>
Tue, 5 Jan 2010 00:36:38 +0000
(
01:36
+0100)
platforma/static/js/main.js
patch
|
blob
|
history
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
ddbe756
..
62ee8ff
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-361,8
+361,8
@@
$(function() {
CodeMirror.fromTextArea('id_text', {
parserfile: 'parsexml.js',
- path:
"/static/
js/lib/codemirror/",
- stylesheet:
"/static/
css/xmlcolors.css",
+ path:
STATIC_URL + "
js/lib/codemirror/",
+ stylesheet:
STATIC_URL + "
css/xmlcolors.css",
parserConfig: {
useHTMLKludges: false
},