Skip to content

Commit 6d5b6ab

Browse files
author
Stefano Verna
committed
jQuery 1.9 compatibility
1 parent 6a2415d commit 6d5b6ab

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-
$("a").live "click", ->
22+
$(document).on "click", "a", ->
2323
setTimeout(
2424
-> translations()
2525
50

0 commit comments

Comments
 (0)