Home > Web Front-end > JS Tutorial > body text

The impact of removing s.gif in extjs_extjs

WBOY
Release: 2016-05-16 18:13:23
Original
1079 people have browsed it

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";

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template