mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
Update client.js
This commit is contained in:
parent
a7c3a737d8
commit
4bc9c3d285
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ CloudClient._images={
|
|||
|
||||
/* Функция создаёт картинку ошибки загрузки*/
|
||||
error : function(){
|
||||
var lE = Util.getById('loading-image');
|
||||
var lE = Util.getById('error-image');
|
||||
if (!lE)
|
||||
lE = Util.anyload({
|
||||
name : 'span',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue