forked from External/greenlight
Added data-disable to all button_to to fix double click issue (#923)
This commit is contained in:
committed by
farhatahmad
parent
8a8eee52fe
commit
eb965e5c52
@ -26,7 +26,7 @@
|
||||
<%= t("modal.delete_account.keep") %>
|
||||
</button>
|
||||
|
||||
<%= button_to delete_location, method: :delete, id: "delete-confirm", class: "btn btn-danger my-1 btn-del-room", disabled:"" do %>
|
||||
<%= button_to delete_location, method: :delete, id: "delete-confirm", class: "btn btn-danger my-1 btn-del-room", disabled:"", "data-disable": "" do %>
|
||||
<%= t("modal.delete_account.delete") %>
|
||||
<% end %>
|
||||
|
||||
|
Reference in New Issue
Block a user