mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
refactor: remove console log
This commit is contained in:
parent
5a2735121f
commit
ca4df6d884
|
@ -94,7 +94,6 @@ ve.ce.MWTabberNode.prototype.renderHeader = function ( tabber ) {
|
|||
|
||||
header.append( tabList, indicator );
|
||||
|
||||
console.log( tabList );
|
||||
indicator.style.width = tabList.firstElementChild.offsetWidth + 'px';
|
||||
|
||||
element.classList.add( 'tabber--live' );
|
||||
|
|
Loading…
Reference in a new issue