normally twitter 1.2.5 has js script at head.php as following
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('jquery/1.6.2/jquery.min.js') ; ?>"></script>
and also in oc-load.php has
osc_register_script('jquery', osc_assets_url('js/jquery.min.js'));
let say that all jquery.min.js files as the same version, then we need one jquery.min.js only, so i commented it at oc-load.php then i got error as
ERROR: Some dependencies could not be loaded (jquery)
let see pic number 1
but the AUTO COMPLETE TEXT on Categories/countries dropdowns look work fine
if i removed
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('jquery/1.6.2/jquery.min.js') ; ?>"></script>
at the head.php and uncommented
osc_register_script('jquery', osc_assets_url('js/jquery.min.js'));
at oc-load.php no error appear but AUTO COMPLETE TEXT on Categories/countries dropdowns gone.. (see picture 2)
so how to resolve it?
(AUTO COMPLETE TEXT on Categories/countries dropdowns appear with no Error)
have one of you found this problem? let me know how to fix it, thanks
Using oc 3.7.1