Ignore:
Timestamp:
Jun 26, 2014, 10:23:50 PM (10 years ago)
Author:
rvelices
Message:

moved around 100k of javascript from synchronous loading to async... (a lot more could be done...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/include/colorbox.inc.tpl

    r28533 r28806  
    1 {combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
     1{if empty($load_mode)}{$load_mode='footer'}{/if}
     2{combine_script id='jquery.colorbox' load=$load_mode require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
    23{combine_css id='jquery.colorbox' path="themes/default/js/plugins/colorbox/style2/colorbox.css"}
Note: See TracChangeset for help on using the changeset viewer.