[Issue 14004] (=?UTF-8?Q?=E2=95=AF=E2=96=94=EF=B8=B9=E2=96=94?=)=?UTF-8?Q?=E2=95=AFdon?='t use this file https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, can't access it in china

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 19 16:13:32 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14004

Orvid King <blah38621 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blah38621 at gmail.com

--- Comment #1 from Orvid King <blah38621 at gmail.com> ---
Best solution to this would be to additionally host a copy of jQuery locally,
and fall back to that copy if the original isn't loaded:

<script>window.jQuery || document.write('<script
src="js/libs/jquery-1.7.2.min.js"></script>')</script>

--


More information about the Digitalmars-d-bugs mailing list