From 5aa3ac456d646ee70c5fa231d8f4c33d89422410 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 28 May 2009 22:51:10 +0200 Subject: [PATCH] Use image-loading icon for loading thumbnails in the speed dial --- data/speeddial-head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/speeddial-head.html b/data/speeddial-head.html index 06943df5..dbe55371 100644 --- a/data/speeddial-head.html +++ b/data/speeddial-head.html @@ -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);