mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
yii\authclient\widgets\AuthChoice
now preserves initial settings while opening popup
This commit is contained in:
@ -38,7 +38,7 @@ jQuery(function($) {
|
||||
}
|
||||
|
||||
var url = this.href;
|
||||
var popupOptions = options.popup;
|
||||
var popupOptions = $.extend({}, options.popup); // clone
|
||||
|
||||
var localPopupWidth = this.getAttribute('data-popup-width');
|
||||
if (localPopupWidth) {
|
||||
|
Reference in New Issue
Block a user