This commit is contained in:
2023-05-30 17:34:56 +08:00
parent e728c66786
commit 9da1c4cf30
194 changed files with 10680 additions and 9060 deletions

View File

@ -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 () {