Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 11:55 PM
Size
933 B
Referenced Files
None
Subscribers
None

diff.txt

*** jquery.wikiEditor.dialogs.config.js 2011-09-13 04:56:32.000000000 -0400
--- jquery.wikiEditor.dialogs.config-fixed.js 2011-10-07 13:08:22.000000000 -0400
***************
*** 505,511 ****
// Cache the articlepath regex
$(this).data( 'articlePathRegex', new RegExp(
'^' + $.escapeRE( mw.config.get( 'wgServer' ) + mw.config.get( 'wgArticlePath' ) )
! .replace( /\\\$1/g, '(.*)' ) + '$'
) );
// Pre-fill the text fields based on the current selection
var context = $(this).data( 'context' );
--- 505,511 ----
// Cache the articlepath regex
$(this).data( 'articlePathRegex', new RegExp(
'^' + $.escapeRE( mw.config.get( 'wgServer' ) + mw.config.get( 'wgArticlePath' ) )
! .replace( /\\\$\\1/g, '(.*)' ) + '$'
) );
// Pre-fill the text fields based on the current selection
var context = $(this).data( 'context' );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7772
Default Alt Text
diff.txt (933 B)

Event Timeline