mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-03 21:00:14 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4d9f731a65
commit
94e6027986
@ -1141,7 +1141,7 @@ function loadFileImages(path, no_load_diffs, callback){
|
|||||||
}).sort().reverse()[0]
|
}).sort().reverse()[0]
|
||||||
path = path == null ? 'images.json' : path
|
path = path == null ? 'images.json' : path
|
||||||
|
|
||||||
updateStatus('Loading: ' + path)
|
updateStatus('Loading:', path)
|
||||||
|
|
||||||
path = base +'/'+ path
|
path = base +'/'+ path
|
||||||
|
|
||||||
@ -1344,7 +1344,7 @@ function loadDir(path, raw_load){
|
|||||||
|
|
||||||
// load the found data file...
|
// load the found data file...
|
||||||
if(data != null){
|
if(data != null){
|
||||||
updateStatus('Loading: ', data)
|
updateStatus('Loading:', data)
|
||||||
|
|
||||||
data = path + '/' + data
|
data = path + '/' + data
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user