You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I tried to render view in bootstrap modal ..... And when I modal open first time ... there is some issue with maps initialization ... Maps can't load properly but after first time everythings seems to be fine. It only happens at first time when open modal. How can i load maps into modal properly at first time ?
I tried to render view in bootstrap modal ..... And when I modal open first time ... there is some issue with maps initialization ... Maps can't load properly but after first time everythings seems to be fine. It only happens at first time when open modal. How can i load maps into modal properly at first time ?
First Time
Second Time
** INDEX **
return Html::a("<span class='fa fa-search-plus'></span>", ['view', 'id' => $model->branch_id, 'rending' => 'ajax'], ['class' => 'btn btn-xs btn-primary view_branch', ]);
");
** CONTROLLER **
** VIEW **
The text was updated successfully, but these errors were encountered: