https://bugzilla.wikimedia.org/show_bug.cgi?id=26305
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Krinkle <[email protected]> 2010-12-11 20:43:57 UTC --- Although it's not a very common usecase that javascript support would fail after the page has been watched or unwatched with javascript, this was intented to be supported in skins/common/ajaxwatch.js by the following line: <pre> - $link.attr( 'href', $link.attr( 'href' ).replace( '/&action=' + action + '/', '&action=' + otheraction ) ); </pre> However.. I guess this is a left-over from a regex or something becuase that doesn't do anything. Those slashes are within the single-quotes and, since those arent in the link, match nothing. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
