equal
deleted
inserted
replaced
11 { |
11 { |
12 if ( KILL_SWITCH ) |
12 if ( KILL_SWITCH ) |
13 return true; |
13 return true; |
14 if ( editor_open ) |
14 if ( editor_open ) |
15 return true; |
15 return true; |
16 load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin']); |
16 load_component(['l10n', 'template-compiler', 'messagebox', 'fadefilter', 'flyin', 'toolbar']); |
17 selectButtonMinor('edit'); |
17 selectButtonMinor('edit'); |
18 selectButtonMajor('article'); |
18 selectButtonMajor('article'); |
19 setAjaxLoading(); |
19 setAjaxLoading(); |
20 |
20 |
21 var rev_id_uri = ( revid ) ? '&revid=' + revid : ''; |
21 var rev_id_uri = ( revid ) ? '&revid=' + revid : ''; |