From fa8b4e98b727a2af58fea55e93546089fe9bea2b Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Dec 2012 15:49:22 -0800 Subject: some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting. --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index e9ff2fc88..144db15e6 100644 --- a/js/main.js +++ b/js/main.js @@ -462,7 +462,7 @@ function updateConvItems(mode,data) { } if(page_load) - $("#profile-jot-text-loading").show(); + $("#page-spinner").show(); $.get(update_url,function(data) { var update_mode = ((page_load) ? 'replace' : 'update'); @@ -472,7 +472,7 @@ function updateConvItems(mode,data) { scroll_next = false; in_progress = false; updateConvItems(update_mode,data); - $("#profile-jot-text-loading").hide(); + $("#page-spinner").hide(); }); -- cgit v1.2.3