From dfaf029a68f3e3a327a0f22c470306e9bf64aedb Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 8 Jan 2018 15:51:08 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E8=B5=84=E4=BA=A7=E5=AF=BC=E5=85=A5?= =?UTF-8?q?bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/templates/assets/asset_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/templates/assets/asset_list.html b/apps/assets/templates/assets/asset_list.html index bb229c174..0a19ba3de 100644 --- a/apps/assets/templates/assets/asset_list.html +++ b/apps/assets/templates/assets/asset_list.html @@ -129,7 +129,7 @@ $(document).ready(function(){ } }) }) -.on('click', '#btn_import', function () { +.on('click', '#btn_asset_import', function () { var $form = $('#fm_asset_import'); $form.find('.help-block').remove(); function success (data) {