Jump to content

Pb sous IE avec Search Module


Recommended Posts

Bonjour,

Depuis la 1.2.4, sous IE8, j'ai une erreur de syntaxte sur :

$('document').ready( function() {
$("#search_query").autocomplete(
'/boutique/search.php', {
minChars: 3,
max:10,
width:500,
scroll: false,
formatItem:formatSearch,
extraParams:{ajaxSearch:1,id_lang:} <<< ici
}).result(redirectSearch)
});

Pas de pb sous FF...

J'ai desinstallé puis réinstaller, ça ne change rien...

Une idée ?

Merci

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...