mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40: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
|
// CEF
|
||||||
if(window.CEF_runSystem != null){
|
if(window.CEF_runSystem != null){
|
||||||
// XXX if path is not present try and open the biggest preview...
|
// 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
|
// PhoneGap
|
||||||
} else if(false) {
|
} else if(false) {
|
||||||
|
|||||||
@ -107,7 +107,6 @@ function toggleImageProportions(mode){
|
|||||||
centerView(null, 'css')
|
centerView(null, 'css')
|
||||||
return 'viewer'
|
return 'viewer'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user