mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
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:
parent
07ae77530c
commit
c345140f63
|
@ -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],
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue