Skip to content

Commit 33b1bd7

Browse files
committed
Resolves an iPad bug selecting a non-existent table.
1 parent 794e537 commit 33b1bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/recurring_select_dialog.js.coffee.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ window.RecurringSelectDialog =
2121
@mainEventInit()
2222
@freqInit()
2323
@summaryInit()
24-
@freq_select.focus()
2524
@outer_holder.trigger "recurring_select:dialog_opened"
25+
@freq_select.focus()
2626

2727
positionDialogVert: (initial_positioning) =>
2828
window_height = $(window).height()

0 commit comments

Comments
 (0)