coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

not working in Chrome #89

Open TomTitTot opened 7 years ago

TomTitTot commented 7 years ago

How to make this plugin work with Chrome? Thank you in advance.

jraack commented 7 years ago

Here same, doesn't work in Chrome, because chrome can't handle async somehow. @TomTitTot: Just search for the async in the ajaxOptions object (jquery.localize.js) and set is to false.

Also be sure to check if you used npm to install jquery-localize, if so, use the current 0.2.0 in this respository. https://www.npmjs.com/package/jquery-localize This one is behind?

alexrmacleod commented 5 years ago

Will changing async in the ajaxOptions object to false cause other problems? Is there another option to this?