Use image-loading icon for loading thumbnails in the speed dial
This commit is contained in:
parent
2439144c30
commit
5aa3ac456d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
||||||
sc.shortcuts[num].title = name;
|
sc.shortcuts[num].title = name;
|
||||||
|
|
||||||
a.empty();
|
a.empty();
|
||||||
var im = new Element('img', { src: '{stock}/throbber.gif' });
|
var im = new Element('img', { src: '{stock}/image-loading' });
|
||||||
|
|
||||||
a.addClass ('waiter');
|
a.addClass ('waiter');
|
||||||
a.grab (im);
|
a.grab (im);
|
||||||
|
|
Loading…
Reference in a new issue