File "common.js"
Full path: E:/sites/Single15/tinmung2007/webroot/TRUYENGIAO/TRUYENGIAO/RT14June09/album/res/common.js
File size: 204 B
MIME-type:
Charset: utf-8
var PhotoBox = {};
PhotoBox.keyboardShortcut = function(destination) {
if(typeof _jaWidgetFocus != 'undefined' && _jaWidgetFocus) {
return true;
}
window.location.replace(destination);
}