Changes between Initial Version and Version 1 of Ticket #9958, comment 10


Ignore:
Timestamp:
Feb 25, 2013, 10:13:15 AM (11 years ago)
Author:
Roy Shoa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9958, comment 10

    initial v1  
    77        event.editor.on('dialogShow', function(dialogShowEvent) {
    88                if($.browser.msie){
    9                         event.editor.on('dialogShow', function(dialogShowEvent){
    10                                 $(dialogShowEvent.data._.element.$).find('a[href*="void(0)"]').removeAttr('href');
    11                         });
     9                        $(dialogShowEvent.data._.element.$).find('a[href*="void(0)"]').removeAttr('href');
    1210                }
    1311        });
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy