jquery.i18n icon indicating copy to clipboard operation
jquery.i18n copied to clipboard

#255 the load function does not fail the promise correctly

Open ANKITSINGH065 opened this issue 1 year ago • 3 comments

#255 the load function does not fail the promise correctly

handle the 404 exceptions

if (jqxhr.status === 404) { // Ignore 404 exception, because we are handling fallbacks explicitly deferred.resolve(); } else { $.i18n.log( "Error in loading messages from " + url + " Exception: " + exception ); deferred.reject(exception); }

ANKITSINGH065 avatar Jun 08 '23 12:06 ANKITSINGH065

ok

ANKITSINGH065 avatar Jun 09 '23 19:06 ANKITSINGH065

Can you merge my changes

ANKITSINGH065 avatar Jun 15 '23 05:06 ANKITSINGH065

I am not a maintainer.

winstonsung avatar Oct 17 '23 03:10 winstonsung