* Remove redundant semicolons.

This commit is contained in:
chaideqing
2023-07-25 09:28:13 +00:00
parent 7df30108d7
commit 099ae0b879
+1 -1
View File
@@ -823,7 +823,7 @@ $(function()
})
.on('show', function(){
editBtn.css('display', 'inline-block');
});
})
.on('hide', function(){
editBtn.css('display', 'none');
});