Added emails download views
This commit is contained in:
@@ -22,7 +22,7 @@ App.PreventDoubleSubmission =
|
||||
|
||||
initialize: ->
|
||||
$('form').on('submit', (event) ->
|
||||
unless event.target.id == "new_officing_voter"
|
||||
unless event.target.id == "new_officing_voter" || "admin_download_emails"
|
||||
buttons = $(this).find(':button, :submit')
|
||||
App.PreventDoubleSubmission.disable_buttons(buttons)
|
||||
).on('ajax:success', (event) ->
|
||||
|
||||
Reference in New Issue
Block a user