No changes made
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10044 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a86fa76fea
commit
b79ab8c68d
@ -9,7 +9,7 @@ $(document).ready(function() {
|
||||
var diaheight = $('#logdialog').css('height');
|
||||
diaheight = diaheight.substr(0, diaheight.length - 2);
|
||||
diaheight = Number(diaheight);
|
||||
//the window's height is to small to show the dialog
|
||||
// the window's height is to small to show the dialog
|
||||
var tempheight = 0;
|
||||
if ((winheight - 50) < diaheight){
|
||||
tempheight = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user