Skip to content

Commit 3cef2de

Browse files
committed
Fix for Firefox
1 parent f28aa60 commit 3cef2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/active_admin/active_admin_globalize3.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ ->
1919
$tabs.eq(0).click()
2020

2121
# this is to handle elements created with has_many
22-
$(document).on "click", "a", ->
22+
$("a").bind "click", ->
2323
setTimeout(
2424
-> translations()
2525
50

0 commit comments

Comments
 (0)