jquery.on("show.bs.modal", m.redraw) corrupts the dialog – Twitter bootstrap
I'm trying to use Twitter Bootstrap with Mithril. Usually redrawing a dialog with Bootstrap wrapped with Mithril works, but redrawing in a handler for "show.bs.modal" event hides the dialog leaving the backdrop. It doesn't solve even with setTimeout, which should…