.
This commit is contained in:
		| @@ -88,7 +88,7 @@ | ||||
|             $('#dialog_apitokensecret').val(''); | ||||
|             $('#dialog_enabled').attr('checked', false); | ||||
|             $('#dialog_credential .dialog-title span.title').text(GetTextByKey("P_APICRE_ADDMANUFACTURE", 'Add Credential')); | ||||
|             $('#mask_bg').show(); | ||||
|             showmaskbg(true); | ||||
|             $('#dialog_credential') | ||||
|                 .attr('act', 'add') | ||||
|                 .css({ | ||||
| @@ -166,7 +166,7 @@ | ||||
|  | ||||
|             $('#dialog_enabled').attr("checked", cre.IsEnabled); | ||||
|             $('#dialog_credential .dialog-title span.title').text(GetTextByKey("P_APICRE_EDITMANUFACTURE", 'Edit Credential')); | ||||
|             $('#mask_bg').show(); | ||||
|             showmaskbg(true); | ||||
|             $('#dialog_credential') | ||||
|                 .attr('act', 'edit') | ||||
|                 .css({ | ||||
| @@ -381,7 +381,7 @@ | ||||
|                 setInput(dic); | ||||
|             }) | ||||
|             $('#dialog_credential').dialog(function () { | ||||
|                 $('#mask_bg').hide(); | ||||
|                 showmaskbg(false); | ||||
|             }); | ||||
|             OnRefresh(); | ||||
|             $(window).resize(function () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user