jquery.bootstrap-touchspin.min.js is not included in 3.9

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
The bootstap touchspin javascript is not included in nop 3.9 causing issues on the reward points and other pages.



I have fixed this in my version by adding:

Html.AppendScriptParts("~/Administration/Scripts/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js");


To:
Administration/Views/Shared/_AdminLayout.cshtml


Before: Bootstrap.js
7 years ago
Thanks a lot for reporting! Here is a work item
6 years ago
Hi!

Unfortunately we can't reproduce this issue. The foillowing line is included in _AdminLayout in 3.90 by default:
Html.AppendScriptParts("~/Administration/Scripts/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js");

I assume you could accidentally delete this line during the customization process.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.