diff --git a/src/data/html/speeddial.html b/src/data/html/speeddial.html index cca686f3f..6b66d249b 100644 --- a/src/data/html/speeddial.html +++ b/src/data/html/speeddial.html @@ -178,6 +178,8 @@ function addBox(url, title, img_source) { div.appendChild(span4); document.getElementById("quickdial").appendChild(div); + + return div; } function setBoxImage(id, img_source) { @@ -275,7 +277,7 @@ function alignPage() {
- +