mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
Fixes #3216.
This commit is contained in:
@ -118,7 +118,7 @@
|
||||
|
||||
destroy: function () {
|
||||
return this.each(function () {
|
||||
$(window).unbind('.yiiActiveForm');
|
||||
$(this).unbind('.yiiActiveForm');
|
||||
$(this).removeData('yiiActiveForm');
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user