view.lite.html.hook.php 180 B

123456
  1. <script>
  2. window.waitDom('#legend-basic .table-data td > a', function()
  3. {
  4. $('#legend-basic .table-data td > a').css('pointer-events', 'none').css('color', '#000');
  5. })
  6. </script>