]> spindle.queued.net Git - midori/commitdiff
Use image-loading icon for loading thumbnails in the speed dial
authorChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 20:51:10 +0000 (22:51 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 20:51:10 +0000 (22:51 +0200)
data/speeddial-head.html

index 06943df5c793fdf7569b52abc0e4625130ba6880..dbe553713ac43075ac06b4ec46bd5ff9ad3571b3 100644 (file)
         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);