From 03aefcf69d3f48a3efe30474d7b8cf0426fcf09c Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 30 Jun 2017 15:33:10 +0200 Subject: [PATCH] WYSIWYG for subscript tag - bust cache --- redakcja/static/js/wiki/xslt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1