From a0f116732192111d969b5c07692695c847773117 Mon Sep 17 00:00:00 2001 From: kyg516 Date: Thu, 15 Sep 2016 18:22:55 +0900 Subject: [PATCH] Update mount button: ajax solved --- app/views/volume/index.html.erb | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/app/views/volume/index.html.erb b/app/views/volume/index.html.erb index dcf8f94..ccfafcd 100644 --- a/app/views/volume/index.html.erb +++ b/app/views/volume/index.html.erb @@ -237,23 +237,28 @@ new_tr += ""; } $("#datatable_body").append(new_tr); + ff(); } }) }