r88784 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88783‎ | r88784 | r88785 >
Date:11:40, 25 May 2011
Author:janpaul123
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/extensions/WikiLove/wikiLove.css (modified) (history)
  • /trunk/extensions/WikiLove/wikiLove.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/wikiLove.css
@@ -1,4 +1,4 @@
2 -/* include fix from r87101 here for older versions */
 2+/* include fix from r87101 here for older versions; these three blocks can become deprecated later */
33 div.vectorTabs span {
44 display: inline-block;
55 /* @embed */
Index: trunk/extensions/WikiLove/wikiLove.js
@@ -428,8 +428,9 @@
429429 window.location.reload();
430430 }
431431 else {
432 - window.location = mw.config.get( 'wgArticlePath' ).replace( '$1', data.redirect.pageName )
433 - + '#' + data.redirect.fragment;
 432+ window.location = mw.util.wikiUrlencode(
 433+ mw.config.get( 'wgArticlePath' ).replace( '$1', data.redirect.pageName )
 434+ + '#' + data.redirect.fragment );
434435 }
435436 }
436437 });

Status & tagging log