minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-05-26 03:41:13 +04:00
parent cbc448089d
commit 8dae204ea2
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -107,7 +107,6 @@ function toggleImageProportions(mode){
centerView(null, 'css')
return 'viewer'
}
}