mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
114554395-param_changes
This commit is contained in:
parent
9e9d0a305a
commit
b73ef11cc3
7 changed files with 32 additions and 12 deletions
|
@ -91,4 +91,4 @@
|
|||
:coffee
|
||||
$(".js-reset-form").on "click", (e) ->
|
||||
e.preventDefault();
|
||||
window.location = "#{admin_account_activities_path(clear_fields: true)}"
|
||||
window.location = "#{admin_account_activities_path}"
|
||||
|
|
|
@ -72,4 +72,4 @@
|
|||
:coffee
|
||||
$(".js-reset-form").on "click", (e) ->
|
||||
e.preventDefault();
|
||||
window.location = "#{admin_epp_logs_path(clear_fields: true)}"
|
||||
window.location = "#{admin_epp_logs_path}"
|
||||
|
|
|
@ -71,4 +71,4 @@
|
|||
:coffee
|
||||
$(".js-reset-form").on "click", (e) ->
|
||||
e.preventDefault();
|
||||
window.location = "#{admin_repp_logs_path(clear_fields: true)}"
|
||||
window.location = "#{admin_repp_logs_path}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue