akshay7924 Posted December 28, 2018 Share Posted December 28, 2018 (edited) Hey guys, can you please help me out to resolve this issue. Edited December 28, 2018 by akshay7924 (see edit history) Link to comment Share on other sites More sharing options...
Herfox Posted September 18, 2020 Share Posted September 18, 2020 Hi, in case anyone still needs the solution: In relative path: /modules/posrotatorimg/js/form.js Replace (close to 413 line): if ('0' == key) { key = ''; } $selector.append($('<option></option>').attr('value', key).text(val)); by: if ('0' == val.id) { val.id = ''; } $selector.append($('<option></option>').attr('value', val.id).text(val.value)); 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