Merge pull request #34 from Instrye/patch-1

修复 JS 获取 change 错误
pull/38/head
AaronLiu 8 years ago committed by GitHub
commit 53d01e5f6e
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