Ignore:
Timestamp:
Feb 10, 2011, 10:48:31 AM (13 years ago)
Author:
cljosse
Message:

[whois_online] compatibility with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/report.tpl

    r6386 r9145  
    1 {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"plugins/whois_online/jquery/cluetip/jquery.cluetip.min.js" }
     1{*known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"plugins/whois_online/jquery/cluetip/jquery.cluetip.min.js" *}
    22<table class="table2" id="detailedStats">
    33<thead>
     
    9595{literal}
    9696<script type="text/javascript">// <![CDATA[
    97 $(document).ready(function(){
    98   $("#detailedStats").tablesorter( {sortList: [[5,1]]} );}
     97jQuery(document).ready(function(){
     98  jQuery("#detailedStats").tablesorter( {sortList: [[5,1]]} );}
    9999);
    100100jQuery().ready(function(){
Note: See TracChangeset for help on using the changeset viewer.