修复 JS 获取 change 错误

pull/34/head
Instrye 8 years ago committed by GitHub
parent a82bee0216
commit 4b58719e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ $("[data-action='delete']").click(function() {
} }
}); });
}) })
$("[data-action='change'").click(function() { $("[data-action='change']").click(function() {
var shareId = $(this).attr("data-id"); var shareId = $(this).attr("data-id");
$(this).attr("disabled", "true"); $(this).attr("disabled", "true");
var thisObj = $(this); var thisObj = $(this);

Loading…
Cancel
Save