From b79ab8c68dc5dad4fed5500d16dd9e776c121781 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 8 Jul 2011 21:12:44 +0000 Subject: [PATCH] No changes made git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10044 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/xcatauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/xcatauth.js b/xCAT-UI/js/xcatauth.js index e449f8d69..0d5b1cae7 100644 --- a/xCAT-UI/js/xcatauth.js +++ b/xCAT-UI/js/xcatauth.js @@ -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;