WYSIWYG for subscript tag - bust cache
authorJan Szejko <janek37@gmail.com>
Fri, 30 Jun 2017 13:33:10 +0000 (15:33 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 30 Jun 2017 13:33:10 +0000 (15:33 +0200)
redakcja/static/js/wiki/xslt.js

index 1327fc6..5e3f2f7 100644 (file)
@@ -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) {