Ignore:
Timestamp:
Apr 19, 2011, 9:56:45 PM (13 years ago)
Author:
rvelices
Message:

gvideo use jquery.cluetip load at footer/async instead of header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/admin/add_page.tpl

    r9979 r10501  
    11{include file='include/autosize.inc.tpl'}
    2 {combine_script id="jquery.cluetip" path="themes/default/js/plugins/jquery.cluetip.js"}
     2{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33
    4 <script type="text/javascript">
     4{footer_script require='jquery.cluetip'}
    55jQuery().ready(function(){ldelim}
    6   jQuery('.cluetip').cluetip({ldelim}
    7     width: 400,
    8     splitTitle: '|'
    9   });
     6        jQuery('.cluetip').cluetip({ldelim}
     7                width: 400,
     8                splitTitle: '|'
     9        });
    1010});
    11 </script>
     11{/footer_script}
    1212
    1313<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.