Changes between Version 5 and Version 6 of Ticket #9958, comment 7


Ignore:
Timestamp:
Feb 13, 2013, 5:53:32 PM (11 years ago)
Author:
Alistair
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9958, comment 7

    v5 v6  
    1717    .find('a[href*="void(0)"]').attr('href','###');
    1818
     19    /* OR.. modification to the above line if you prefer not to have
     20       "###" appended to your browser's URL (personal gripe of mine):
     21
     22    $(dialogShowEvent.data._.element.$)
     23    .find('a[href*="void(0)"]:not([onclick])')
     24    .attr('href','###').attr("onclick","return false;");
     25   
     26    */
    1927  });
    2028});
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy