Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/TemplateEditor/TemplateEditor.js |
— | — | @@ -5,6 +5,10 @@ |
6 | 6 | if ( !wgWikiEditorEnabledModules.templateEditor ) { |
7 | 7 | return true; |
8 | 8 | } |
| 9 | + //disable if in template namespace |
| 10 | + if( wgNamespaceNumber == wgNamespaceIds['template']){ |
| 11 | + return true; |
| 12 | + } |
9 | 13 | // Add the templateEditor module |
10 | 14 | if ( $j.fn.wikiEditor ) { |
11 | 15 | $j( 'textarea#wpTextbox1' ).wikiEditor( 'addModule', 'templateEditor' ); |