WikiEditor: (bug 26621) References button was shown in all namespaces while it's only supposed to show in non-talk namespaces. Regression in r74114

This commit is contained in:
Roan Kattouw 2011-01-07 21:07:08 +00:00
parent 07ae77530c
commit c345140f63
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ $( document ).ready( function() {
},
'reference': {
'labelMsg': 'wikieditor-toolbar-tool-reference',
'filters': [ 'body.ns-subject' ],
'type': 'button',
'icon': 'insert-reference.png',
'offset': [2, -1798],

View file

@ -162,6 +162,7 @@ $( document ).ready( function() {
},
'reference': {
'labelMsg': 'wikieditor-toolbar-tool-reference',
'filters': [ 'body.ns-subject' ],
'type': 'button',
'offset': [2, -1798],
'icon': 'insert-reference.png',