Modal transitions bugged by programmatic show/hide
Created by: SpikedKira
http://getbootstrap.com/javascript/#modals
$('#myModal').modal('show'); $('#myModal').modal('hide'); $('#myModal').modal('show'); $('#myModal').modal('hide');
backdrop not correctly cleaned up due to new backdrop created each time show is called