-bug fixing: when the webpage is refreshed, there will be only the black background left to display;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4751 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-12-10 05:45:40 +00:00
parent 366fdd26a0
commit 3ba9416185

View File

@ -4,6 +4,9 @@
function openlogdialog (data, textstatus) { //open the log in dialog if not logged in
if (data.authenticated == "no") {
$('#logdialog').dialog("open"); }
else {
$("#wrapper").show();
}
}
function onlogin (data, textstatus) {