From 11069d5f8e0baadd2eb5f6dacf607c0b4400e1c2 Mon Sep 17 00:00:00 2001 From: hastarin Date: Sun, 12 May 2013 14:26:57 +1000 Subject: [PATCH] Added some help popups. --- code/request_handling.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/request_handling.js b/code/request_handling.js index 37e11bad..f3582e77 100644 --- a/code/request_handling.js +++ b/code/request_handling.js @@ -39,20 +39,21 @@ window.requests.abort = function() { // to website. Updates info in layer chooser. window.renderUpdateStatus = function() { - var t = '
portals: '; + var t = '
portals: '; var minlvl = getMinPortalLevel(); if(minlvl === 0) t += 'all'; else t+= 'L'+minlvl+'+'; + t +=''; t += ' map: '; if(mapRunsUserAction) - t += 'paused'; + t += 'paused 0) - t += window.activeRequests.length + ' updates'; + t += window.activeRequests.length + ' requests'; else if(window.requests._quickRefreshPending) t += 'refreshing'; else