Mediawiki:common.js
| Строка 108: | Строка 108: | ||
var LawTooltipsModule = { | var LawTooltipsModule = { | ||
init: function() { | init: function() { | ||
var tableCells = document.querySelectorAll('.law-tooltips td | var tableCells = document.querySelectorAll('.law-tooltips td'); | ||
if (tableCells.length === 0) return; | if (tableCells.length === 0) return; | ||