jquery-localize icon indicating copy to clipboard operation
jquery-localize copied to clipboard

not working in Chrome

Open TomTitTot opened this issue 9 years ago • 2 comments

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

TomTitTot avatar Oct 14 '16 16:10 TomTitTot

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?

jraack avatar Jan 04 '17 09:01 jraack

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

alexrmacleod avatar Oct 12 '18 09:10 alexrmacleod