browse.flow.html.hook.php 145 B

1234567
  1. <script>
  2. $('a.deleter').each(function()
  3. {
  4. href = $(this).attr('href');
  5. $(this).attr('href', '###').attr('data-href', href);
  6. })
  7. </script>