Skip to content

Typo Preventing Destoy Dialog #22

@Dwarfjazzer

Description

@Dwarfjazzer

https://github.com/newghost/bootstrap-jquery-plugin/blob/gh-pages/js/jquery.bootstrap.js#L124

Current:
$msgbox.modal('hide').one('hidden.bs.modal', function(e) {

Fixed:
$msgbox.modal('hide').on('hidden.bs.modal', function(e) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions