* Fix bug of show duplicateBug.

This commit is contained in:
liumengyi
2023-07-07 10:21:11 +08:00
parent a53f726b84
commit b435637d1a
+1 -1
View File
@@ -1,6 +1,6 @@
function setDuplicate()
{
var resolution = $(this).val();
var resolution = $(event.target).val();
if(resolution == 'duplicate')
{
$.ajaxSettings.async = false;