Ignore:
Timestamp:
Apr 26, 2016, 4:21:01 PM (8 years ago)
Author:
plg
Message:

equivalent to stripped r31315

remove useless piece of JS, producing blocking error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/comment_list.tpl

    r29449 r31574  
    7474</ul>
    7575<div style="clear: both;"></div>
    76 {footer_script}{literal}
    77         jQuery("document").ready(function(jQuery) {
    78                 var rT=jQuery(".replyTo");
    79                 if (rT.length !=0) {
    80                         var trT=rT.attr("title");
    81                         var pe=trT.search(" ");
    82                         if (pe>0) trT=trT.substring(0,pe);
    83                         rT.text("["+trT+"]");
    84                 }
    85         });
    86 {/literal}{/footer_script}
Note: See TracChangeset for help on using the changeset viewer.