Mehdib92 Posted January 28, 2019 Share Posted January 28, 2019 Hi, I just updated my shop from 1.6.1.5 to 1.6.1.23 and since that, the Associations tab in the AdminProduct doesn't want to load. I have this error $(...).typeahead is not a function I don't understand why... I disabled all modules, all overrides but still the same problem... Thanks Link to comment Share on other sites More sharing options...
Mehdib92 Posted January 28, 2019 Author Share Posted January 28, 2019 I just found the problem, I just don't understand why it append. 2 scripts (typeahead.js and tree.js) are loaded like that : $html = '<script type="text/javascript" src="THE_SCRIPT"></script>'; When I change it to : $html = '<script type="text/javascript" src="THE_SCRIPT"></script>'; It works... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now