r73363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73362‎ | r73363 | r73364 >
Date:08:00, 20 September 2010
Author:dale
Status:deferred
Tags:
Comment:
removed non-used code
Modified paths:
  • /branches/MwEmbedStandAlone/modules/Sequencer/remotes/mw.MediaWikiRemoteSequencer.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/Sequencer/remotes/mw.MediaWikiRemoteSequencer.js
@@ -273,26 +273,8 @@
274274
275275 showEditUI: function(){
276276 var _this = this;
277 - $j('#bodyContent').prepend(
278 - // Append switch visual / text editor links
279 - /*$j('<div />')
280 - .append(
281 - $j.button({
282 - 'icon' : 'video',
283 - 'text' : gM( "mwe-sequencer-visual-editor")
284 - }).click( function(){
285 - $j('#editform').hide();
286 - $j('#sequencerContainer').show();
287 - }),
288 - $j.button({
289 - 'icon' : 'script',
290 - 'text' : gM("mwe-sequencer-text-editor-warn")
291 - }).click(function(){
292 - $j('#sequencerContainer').hide();
293 - $j('#editform').show();
294 - })
295 - )*/
296 - ).append(
 277+ $j('#bodyContent')
 278+ .append(
297279 $j('<div />')
298280 .css({
299281 'position' : 'relative',

Status & tagging log