r61184 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61183‎ | r61184 | r61185 >
Date:23:48, 17 January 2010
Author:catrope
Status:ok
Tags:
Comment:
UsabilityInitiative: Fix for r61137: remove trailing tab
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.dialogs.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.dialogs.js
@@ -137,7 +137,7 @@
138138 },
139139 // This stuff is just hanging here, perhaps we could come up with a better home for this stuff
140140 modules: {},
141 -quickDialog: function( body, settings ) {
 141+quickDialog: function( body, settings ) {
142142 $( '<div />' )
143143 .text( body )
144144 .appendTo( $( 'body' ) )

Follow-up revisions

RevisionCommit summaryAuthorDate
r61566Reverted the UsabilityInitiative part of r61137 and associated changes in r61......tstarling07:56, 27 January 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61137* added inline section edit to wikiEditor ( using js2 / mwEmbed conventions )...dale17:42, 16 January 2010

Status & tagging log