mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
Update client.js
This commit is contained in:
parent
117d2e36a5
commit
fa774a5777
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