Skip to content

Commit

Permalink
Fix hidden dialog when called from Bootstrap modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Watson authored and nathany committed Sep 29, 2014
1 parent 4937555 commit 6e381ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ spec/dummy/.sass-cache
.DS_Store
*.sublime-workspace

.idea
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ window.RecurringSelectDialog =

open_in = $("body")
open_in = $(".ui-page-active") if $(".ui-page-active").length
open_in = $(".modal") if $(".modal:visible").length
open_in.append @template()
@outer_holder = $(".rs_dialog_holder")
@inner_holder = @outer_holder.find ".rs_dialog"
Expand Down

0 comments on commit 6e381ca

Please sign in to comment.