mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cbc448089d
commit
8dae204ea2
@ -832,7 +832,7 @@ function openImage(){
|
||||
// CEF
|
||||
if(window.CEF_runSystem != null){
|
||||
// XXX if path is not present try and open the biggest preview...
|
||||
return CEF_runSystem(IMAGES[getImageGID()].path)
|
||||
return CEF_runSystem(normalizePath(IMAGES[getImageGID()].path, BASE_URL))
|
||||
|
||||
// PhoneGap
|
||||
} else if(false) {
|
||||
|
||||
@ -107,7 +107,6 @@ function toggleImageProportions(mode){
|
||||
centerView(null, 'css')
|
||||
return 'viewer'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user