fix: bootstrap-toggle 支持移动设备脚本拼写错误
#Comment comment commit:c6919a2d324494c13b72ebdd4865b3136ef21589
This commit is contained in:
parent
449606f13f
commit
8b5b79908c
|
@ -577,7 +577,7 @@
|
|||
|
||||
// 移动设备支持 bootstrap-toggle 扩展
|
||||
$('[data-toggle="toggle"]').on('touchend', function (e) {
|
||||
$(this).tigger('click.bs.toggle');
|
||||
$(this).trigger('click.bs.toggle');
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue