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

Orvid King <blah38...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blah38...@gmail.com

--- Comment #1 from Orvid King <blah38...@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>

--

Reply via email to