Use image-loading icon for loading thumbnails in the speed dial

This commit is contained in:
Christian Dywan 2009-05-28 22:51:10 +02:00
parent 2439144c30
commit 5aa3ac456d

View file

@ -171,7 +171,7 @@
sc.shortcuts[num].title = name;
a.empty();
var im = new Element('img', { src: '{stock}/throbber.gif' });
var im = new Element('img', { src: '{stock}/image-loading' });
a.addClass ('waiter');
a.grab (im);