From: Jan Szejko Date: Fri, 30 Jun 2017 13:33:10 +0000 (+0200) Subject: WYSIWYG for subscript tag - bust cache X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/03aefcf69d3f48a3efe30474d7b8cf0426fcf09c WYSIWYG for subscript tag - bust cache --- diff --git a/redakcja/static/js/wiki/xslt.js b/redakcja/static/js/wiki/xslt.js index 1327fc6c..5e3f2f7d 100644 --- 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?20110520', + url: STATIC_URL + 'xsl/wl2html_client.xsl?20170630', dataType: 'xml', timeout: 10000, success: function(data) {