summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/htdocs/home/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/htdocs/home/index.html')
-rw-r--r--sca-cpp/trunk/hosting/server/htdocs/home/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/htdocs/home/index.html b/sca-cpp/trunk/hosting/server/htdocs/home/index.html
index d7a098e998..b5240bfd11 100644
--- a/sca-cpp/trunk/hosting/server/htdocs/home/index.html
+++ b/sca-cpp/trunk/hosting/server/htdocs/home/index.html
@@ -60,7 +60,7 @@ $('getstarted').onclick = function() {
*/
(function homeanimation() {
var anim = $('homeanimation');
- if (!isNil(anim)) {
+ if (!isNull(anim)) {
anim.style.background = 'url(\'' + ui.b64png(appcache.get('/home/home.b64')) + '\')';
var bgpos = 0;
setInterval(function homeanimation() {