.
This commit is contained in:
@ -355,7 +355,7 @@
|
||||
|
||||
function OnAddNotification() {
|
||||
$('#dialog_displayname').val('');
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_credential')
|
||||
.attr('act', 'add')
|
||||
.css({
|
||||
@ -613,7 +613,7 @@
|
||||
OnRefreshNotification();
|
||||
|
||||
$('#dialog_credential').dialog(function () {
|
||||
$('#mask_bg').hide();
|
||||
showmaskbg(false);
|
||||
});
|
||||
|
||||
$('#dialog_myorganization').dialog(function () {
|
||||
|
Reference in New Issue
Block a user