Home  >  Article  >  Web Front-end  >  The impact of removing s.gif in extjs_extjs

The impact of removing s.gif in extjs_extjs

WBOY
WBOYOriginal
2016-05-16 18:13:231080browse

When debugging EXTJs examples, everyone often visits http://extjs.com/s.gif. If some friends cannot access foreign websites (such as campus networks, companies restrict access to the Internet), they will wait for a long time. Although It doesn't have any impact, but it's also very unpleasant.
In fact, this one is always easy to solve. Just add the following code before the Ext.onReady() method (or the first sentence of the method) and it will be solved!

Ext.BLANK_IMAGE_URL = "/js/Ext/resources/images/default/s.gif";

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn