r88770 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88769‎ | r88770 | r88771 >
Date:00:30, 25 May 2011
Author:brion
Status:deferred
Tags:
Comment:
* (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) (history)

Diff [purge]

Index: trunk/extensions/SVGEdit/modules/ext.svgedit.io.js
@@ -56,7 +56,8 @@
5757 url: url,
5858 success: callback,
5959 error: onerror,
60 - dataType: 'text'
 60+ dataType: 'text',
 61+ cache: false
6162 });
6263 },
6364

Status & tagging log