MediaWiki:Gadget-vector-headanchor.js: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 20:
anchor = document.createElement( 'a' );
anchor.href = '#' + el.id;
anchor.textContent = '#🔗';
anchor.title = 'Link to this section';
anchor.className = 'tpl-vheadanchor';