BUG 8801 Ventana de Upload n l "Process File" no tiene un layout uniforme SOLVED
- The difference is based on that there are problems with previous versions of IE 9 from the above mentioned version everything works correctly
This commit is contained in:
@@ -25,11 +25,14 @@ var oUploadFilesPanel;
|
||||
var oUploadFilesPanel;
|
||||
var uploadFilesScreen = function(PRO_UID, MAIN_DIRECTORY, CURRENT_DIRECTORY) {
|
||||
|
||||
var swNavigator;
|
||||
if(navigator.appName=='Microsoft Internet Explorer'){
|
||||
swNavigator='ie'
|
||||
wd=350;
|
||||
hg=200;
|
||||
var swNavigator;
|
||||
if(navigator.appName=='Microsoft Internet Explorer'){
|
||||
if (/compatible; MSIE 9.0/.test(navigator.userAgent))
|
||||
swNavigator='ie9';
|
||||
else
|
||||
swNavigator='ie';
|
||||
wd=420;
|
||||
hg=170;
|
||||
} else {
|
||||
swNavigator='wknormal';
|
||||
wd=420;
|
||||
|
||||
Reference in New Issue
Block a user