r23845 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r23844
|
r23845
|
r23846
>
Date:
16:39, 7 July 2007
Author:
brion
Status:
old
Tags:
Comment:
Fix a stupid typo I made in a back-compat check.
Could have occasionally caused errors in AJAX-laden pages cached from before an upgrade
Modified paths:
/trunk/phase3/skins/common/ajax.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/ajax.js
—
—
@@ -81,7 +81,7 @@
82
82
var uri;
83
83
var post_data;
84
84
uri = wgServer +
85
- ((wgServer == null) ? (wgScriptPath + "/index.php") : wgScript) +
85
+ ((wgScript == null) ? (wgScriptPath + "/index.php") : wgScript) +
86
86
"?action=ajax";
87
87
if (sajax_request_type == "GET") {
88
88
if (uri.indexOf("?") == -1)
Follow-up revisions
Revision
Commit summary
Author
Date
r23912
Merged revisions 23662-23909 via svnmerge from...
david
18:11, 9 July 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23845
[
removed:
ok
added:
old]