From 7094d00cd82535cfd1db00e7bd85e2a01161da83 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 24 Nov 2010 11:44:34 +0100 Subject: [PATCH] quick dirty fix for cache problem --- 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 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) { -- 2.20.1