minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-03 01:54:35 +04:00
parent 4d9f731a65
commit 94e6027986

View File

@ -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