mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Not all amboxes are tables
Per https://www.mediawiki.org/wiki/Topic:Usyourmpyvolsjrw we should not restrict amboxes to table elements. This is not necessary and breaks certain projects. Change-Id: Ice6d05506a9ef1450299e9804aae59493033c136
This commit is contained in:
parent
0dfdbadb4b
commit
de023e3b49
|
@ -121,7 +121,7 @@
|
|||
var
|
||||
$metadata,
|
||||
issueUrl = section === KEYWORD_ALL_SECTIONS ? '#/issues/' + KEYWORD_ALL_SECTIONS : '#/issues/' + section,
|
||||
selector = 'table.ambox, table.tmbox, table.cmbox, table.fmbox',
|
||||
selector = [ '.ambox', '.tmbox', '.cmbox', '.fmbox' ].join( ',' ),
|
||||
issueSummaries = [];
|
||||
|
||||
if ( section === KEYWORD_ALL_SECTIONS ) {
|
||||
|
|
Loading…
Reference in a new issue