Ignore:
Timestamp:
Oct 20, 2015, 3:02:16 PM (9 years ago)
Author:
plg
Message:

remove useless piece of JS, producing blocking error

File:
1 edited

Legend:

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

    r21216 r31315  
    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.