未验证 提交 d8165fff 编写于 作者: C catouse

* modal-trigger: fix getModal returned modal which is hidden.

上级 f256d96a
......@@ -442,14 +442,7 @@
$.fn.modal.bs = old;
var getModal = function(modal) {
if (!modal) {
modal = $('.modal.modal-trigger');
if (!modal.length) {
}
} else {
modal = $(modal);
}
modal = $(modal || '.modal.modal-trigger.in');
if(modal && (modal instanceof $)) return modal;
return null;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册