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 @@
57
57
url: url,
58
58
success: callback,
59
59
error: onerror,
60
- dataType: 'text'
60
+ dataType: 'text',
61
+ cache: false
61
62
});
62
63
},
63
64
Status & tagging log
21:38, 26 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r88770
[
removed:
new
added:
deferred]