fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440e003
)
WYSIWYG for subscript tag - bust cache
author
Jan Szejko
<janek37@gmail.com>
Fri, 30 Jun 2017 13:33:10 +0000
(15:33 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 30 Jun 2017 13:33:10 +0000
(15:33 +0200)
redakcja/static/js/wiki/xslt.js
patch
|
blob
|
history
diff --git
a/redakcja/static/js/wiki/xslt.js
b/redakcja/static/js/wiki/xslt.js
index
1327fc6
..
5e3f2f7
100644
(file)
--- a/
redakcja/static/js/wiki/xslt.js
+++ b/
redakcja/static/js/wiki/xslt.js
@@
-17,7
+17,7
@@
function withStylesheets(code_block, onError)
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?201
1052
0',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?201
7063
0',
dataType: 'xml',
timeout: 10000,
success: function(data) {