7 lines
180 B
PHP
7 lines
180 B
PHP
|
|
<script>
|
||
|
|
window.waitDom('#legend-basic .table-data td > a', function()
|
||
|
|
{
|
||
|
|
$('#legend-basic .table-data td > a').css('pointer-events', 'none').css('color', '#000');
|
||
|
|
})
|
||
|
|
</script>
|