Nicer visual editor first steps.
[redakcja.git] / src / redakcja / static / js / wiki / xslt.js
index 8e80a9c..c1575fd 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?210706',
+            url: STATIC_URL + 'xsl/wl2html_client.xsl?210709',
             dataType: 'xml',
             timeout: 10000,
             success: function(data) {