mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Unable to get target DOM element in pjax events upon deletion grid row
This commit is contained in:
@@ -178,7 +178,8 @@ yii = (function ($) {
|
||||
replaceRedirect: pjaxReplaceRedirect,
|
||||
pjaxSkipOuterContainers: pjaxSkipOuterContainers,
|
||||
timeout: pjaxTimeout,
|
||||
originalEvent: event
|
||||
originalEvent: event,
|
||||
originalTarget: $e
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user