View Single Post
  #478  
Old 03-13-2014, 09:44 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

If you delete it out of the reboot optimization tools then it defer loads from /skin/reboot/lib/jquery-min.js which is the same version jQuery v1.10.2 so you have the same issues. See Step 7. from the installation file below.

Quote:
7) In skin/common_files/customer/service_js.tpl

REPLACE...

{load_defer file="lib/jquery-min.js" type="js"}

WITH...

{* Reboot Template *}
{if $active_modules.Reboot}
{if $config.Reboot.reboot_jqcdn ne ""}
<script type="text/javascript" src="{if $is_https_zone}https{else}http{/if}:{$config.Reboot.reboot_jqcdn}"></script>
{else}
{load_defer file="lib/jquery-min.js" type="js"}
{/if}
{else}
{load_defer file="lib/jquery-min.js" type="js"}
{/if}
{* /Reboot Template *}
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote