Index: branches/MwEmbedStandAlone/modules/Sequencer/remotes/mw.MediaWikiRemoteSequencer.js |
— | — | @@ -273,26 +273,8 @@ |
274 | 274 | |
275 | 275 | showEditUI: function(){ |
276 | 276 | 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( |
297 | 279 | $j('<div />') |
298 | 280 | .css({ |
299 | 281 | 'position' : 'relative', |