Changes between Initial Version and Version 1 of Ticket #864, comment 15
- Timestamp:
- Jun 12, 2015, 11:40:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #864, comment 15
initial v1 5 5 $(this).parents(".cke").find(".cke_button__superscript").click(); 6 6 } 7 }); 8 $(".cke").find(".cke_button__superscript").unbind("click").bind("click", function(e){ 7 }); 8 9 10 $(".cke").find(".cke_button__superscript").unbind("click").bind("click", function(e){ 9 11 if($(this).parents(".cke").find(".cke_button__subscript").hasClass("cke_button_on")) { 10 12 $(this).parents(".cke").find(".cke_button__subscript").click(); 11 13 } 12 14 });