mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 23:04:54 +08:00
Reverted mis-paste during mege
This commit is contained in:
@ -152,9 +152,7 @@ window.yii = (function ($) {
|
|||||||
var $form = $e.attr('data-form') ? $('#' + $e.attr('data-form')) : $e.closest('form'),
|
var $form = $e.attr('data-form') ? $('#' + $e.attr('data-form')) : $e.closest('form'),
|
||||||
method = !$e.data('method') && $form ? $form.attr('method') : $e.data('method'),
|
method = !$e.data('method') && $form ? $form.attr('method') : $e.data('method'),
|
||||||
action = $e.attr('href'),
|
action = $e.attr('href'),
|
||||||
params = $e.data('params'),git checkout -b githubjeka-issue-11844-detail-view master
|
params = $e.data('params'),
|
||||||
git pull https://github.com/githubjeka/yii2.git issue-11844-detail-view
|
|
||||||
|
|
||||||
pjax = $e.data('pjax'),
|
pjax = $e.data('pjax'),
|
||||||
pjaxPushState = !!$e.data('pjax-push-state'),
|
pjaxPushState = !!$e.data('pjax-push-state'),
|
||||||
pjaxReplaceState = !!$e.data('pjax-replace-state'),
|
pjaxReplaceState = !!$e.data('pjax-replace-state'),
|
||||||
|
Reference in New Issue
Block a user