Dimitar Posted December 26, 2018 Report Posted December 26, 2018 Hello, Im using the latest blesta 4.4.2 version, im making custom template unfortunately i cant use app.min.js but i need the blesta-client.js from it with i cant find anywhere.
Tyson Posted December 27, 2018 Report Posted December 27, 2018 The client-side JavaScript file was renamed from "blesta-VERSION.min.js" to "app.min.js". They're the same thing.
Dimitar Posted December 27, 2018 Author Report Posted December 27, 2018 Unfortunately app.min.js is not working for me because it bundles bootstrap with it. Hostmaster told me someone here might be able to give me the non bundle version of app.min.js
Tyson Posted December 28, 2018 Report Posted December 28, 2018 What are you trying to do exactly? If you're creating a new template set, you probably want to write your own JavaScript to use in the client UI. You could strip out the Bootstrap JavaScript from app.min.js. I believe everything defined before "function(t){t.fn.extend({blestaRequest:function" is related to Bootstrap. Michael 1
Dimitar Posted January 1, 2019 Author Report Posted January 1, 2019 Well doing it as you said worked. Thanks Michael 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now