From 94e6027986a68b91b06aed29cc76167c9c887f5e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 3 Jun 2013 01:54:35 +0400 Subject: [PATCH] minor tweaking... Signed-off-by: Alex A. Naanou --- ui/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/data.js b/ui/data.js index a38472a8..648429f6 100755 --- a/ui/data.js +++ b/ui/data.js @@ -1141,7 +1141,7 @@ function loadFileImages(path, no_load_diffs, callback){ }).sort().reverse()[0] path = path == null ? 'images.json' : path - updateStatus('Loading: ' + path) + updateStatus('Loading:', path) path = base +'/'+ path @@ -1344,7 +1344,7 @@ function loadDir(path, raw_load){ // load the found data file... if(data != null){ - updateStatus('Loading: ', data) + updateStatus('Loading:', data) data = path + '/' + data