Skip to content

Commit

Permalink
Merge pull request #46 from ttp/master
Browse files Browse the repository at this point in the history
Fixed recurring dialog in IE
  • Loading branch information
nathany committed Feb 18, 2014
2 parents 98825ff + 8ccd7bc commit d49b5a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ window.RecurringSelectDialog =
"
for day_of_week in [$.fn.recurring_select.texts["first_day_of_week"]...(7 + $.fn.recurring_select.texts["first_day_of_week"])]
day_of_week = day_of_week % 7
console.log day_of_week
str += "<a href='#' data-value='#{day_of_week}'>#{$.fn.recurring_select.texts["days_first_letter"][day_of_week]}</a>"

str += "
Expand Down

0 comments on commit d49b5a0

Please sign in to comment.