Changes between Initial Version and Version 1 of Ticket #9958, comment 10
- Timestamp:
- Feb 25, 2013, 10:13:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9958, comment 10
initial v1 7 7 event.editor.on('dialogShow', function(dialogShowEvent) { 8 8 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'); 12 10 } 13 11 });