JS Error deleting currency – and fix
-
Am using version 4.2.9
Trying to delete a currency triggers a JavaScript error.
I have tracked it down to a missing bracket.The fix is in
res/js/multi-currency.js
line 326:elem = $( '#currency-lang-table a.otgs-ico-yes[data-language="'+lang+'"]:not([data-currency="'+currency+'"]' );
The
:not()
requires a closing bracket after the square bracket.Kind regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JS Error deleting currency – and fix’ is closed to new replies.