Changes between Initial Version and Version 1 of Ticket #864, comment 15


Ignore:
Timestamp:
Jun 12, 2015, 11:40:26 AM (9 years ago)
Author:
Nilay Mandal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #864, comment 15

    initial v1  
    55                                                        $(this).parents(".cke").find(".cke_button__superscript").click();
    66                                                }
    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){
    911                                                if($(this).parents(".cke").find(".cke_button__subscript").hasClass("cke_button_on")) {
    1012                                                        $(this).parents(".cke").find(".cke_button__subscript").click();
    1113                                                }
    12                                         });
     14                                  });
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy