http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88770
Revision: 88770
Author: brion
Date: 2011-05-25 00:30:08 +0000 (Wed, 25 May 2011)
Log Message:
-----------
* (bug 27097) SVGEdit loading caching fix
Disable caching when fetching source SVG file directly, so we don't
accidentally show the previous version after an edit/reload/edit cycle.
Modified Paths:
--------------
trunk/extensions/SVGEdit/modules/ext.svgedit.io.js
Modified: trunk/extensions/SVGEdit/modules/ext.svgedit.io.js
===================================================================
--- trunk/extensions/SVGEdit/modules/ext.svgedit.io.js 2011-05-25 00:30:06 UTC
(rev 88769)
+++ trunk/extensions/SVGEdit/modules/ext.svgedit.io.js 2011-05-25 00:30:08 UTC
(rev 88770)
@@ -56,7 +56,8 @@
url: url,
success: callback,
error: onerror,
- dataType: 'text'
+ dataType: 'text',
+ cache: false
});
},
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs