From 3e3c070b31df956daf7dbe47a510733b22d2ceef Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 23 May 2011 18:10:51 +0200 Subject: move image and css files to theme folder --- www/jsScuttle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/jsScuttle.php') diff --git a/www/jsScuttle.php b/www/jsScuttle.php index c166755..4f9d3b7 100644 --- a/www/jsScuttle.php +++ b/www/jsScuttle.php @@ -62,7 +62,7 @@ function isAvailable(input, response){ username = username.trim(); var availability = document.getElementById("availability"); if (username != '') { - usernameField.style.backgroundImage = 'url(images/loading.gif)'; + usernameField.style.backgroundImage = 'url(/images/loading.gif)'; if (response != '') { usernameField.style.backgroundImage = 'none'; if (response == 'true') { @@ -92,7 +92,7 @@ function useAddress(ele) { function getTitle(input, response){ var title = document.getElementById('titleField'); if (title.value == '') { - title.style.backgroundImage = 'url(images/loading.gif)'; + title.style.backgroundImage = 'url(/images/loading.gif)'; if (response != null) { title.style.backgroundImage = 'none'; title.value = response; -- cgit v1.2.3-54-g00ecf