Jump to content

Can't load Associations Tab in AdminProduct


Mehdib92

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...