@@ -65,7 +65,7 @@ return [
'hrm2_url' => env('HRM2_URL'),
- 'asset_version' => 12,
+ 'asset_version' => 13,
'temp_dir' => env('TEMP_DIR'),
@@ -44,7 +44,7 @@ function closeStagPopup(_noEvent = false) {
}
else {
- if(popup.is('[update-parent]')) {
+ if(popup.is('[update-parent]') && !_noEvent) {
if(stagPopupsQueue.length) {
refreshDynamicStagPopup();