4.11.5 Scripts.tpl

Hi to everyone.

Does anyone have the scripts.tpl from 4.11.5 version of cs cart?

It is in the design/ themes/responsive/templates/common/scripts.tpl

I need it beacause i made some changes and i lost the default one!
Thanks!

Check here var/themes_repository/responsive/templates/common/scripts.tpl

Unfortunately i made the changes in both directories. Can someone paste here the default file? Please it’s emergency!

This is original file code copy-paste, hope that helps you.

{$jquery_version = "3.5.1"}
{$jquery_migrate_version = "3.3.0"}

{if !$config.tweaks.dev_js}



{/if}

{scripts}

{if $config.tweaks.dev_js}
    {script src="js/lib/jquery/jquery-{$jquery_version}.min.js"}
    {script src="js/lib/jquery/jquery-migrate-{$jquery_migrate_version}.min.js"}
{/if}

{script src="js/lib/jqueryui/jquery-ui.custom.min.js" no-defer=true}

{script src="js/lib/modernizr/modernizr.custom.js"}
{script src="js/tygh/core.js"}
{script src="js/tygh/ajax.js"}
{script src="js/tygh/history.js"}
{script src="js/lib/autonumeric/autoNumeric.js"}
{script src="js/lib/appear/jquery.appear-1.1.1.js"}

{if !$runtime.customization_mode.live_editor}
{script src=“js/lib/tools/tooltip.min.js”}
{/if}

{script src=“js/tygh/editors/$settings.Appearance.default_wysiwyg_editor.editor.js”}

{script src=“js/tygh/responsive.js”}

{if $runtime.customization_mode.live_editor}
{script src=“js/lib/autosize/jquery.autosize.js”}
{script src=“js/tygh/live_editor_mode.js”}
{/if}

{script src=“js/lib/maskedinput/jquery.maskedinput.min.js”}

{script src=“js/lib/inputmask/jquery.inputmask.min.js”}
{script src=“js/lib/jquery-bind-first/jquery.bind-first-0.2.3.js”}
{script src=“js/lib/inputmask-multi/jquery.inputmask-multi.js”}
{script src=“js/lib/owlcarousel/owl.carousel.min.js”}

{script src=“js/tygh/phone_mask.js”}

{hook name=“index:scripts”}
{/hook}

{/scripts}

Thanks a lot!!!