-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:
parent
366fdd26a0
commit
3ba9416185
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user