From: Radek Czajka Date: Wed, 24 Nov 2010 10:44:34 +0000 (+0100) Subject: quick dirty fix for cache problem X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/7094d00cd82535cfd1db00e7bd85e2a01161da83 quick dirty fix for cache problem --- diff --git a/redakcja/static/js/wiki/xslt.js b/redakcja/static/js/wiki/xslt.js index 6855384b..99266732 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', + url: STATIC_URL + 'xsl/wl2html_client.xsl?20101123', dataType: 'xml', timeout: 10000, success: function(data) {