提交 5f9e1943 编写于 作者: C Catouse

* fix issue when click a modal trigger link then execute script in link.

上级 cd428bbc
......@@ -130,7 +130,7 @@
$header.toggle(options.showHeader);
$header.find('.modal-icon').attr('class', 'modal-icon icon-' + options.icon);
$header.find('.modal-title-name').html(options.title || '');
$header.find('.modal-title-name').text(options.title || '');
if(options.size && options.size === 'fullscreen') {
options.width = '';
options.height = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册