File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838osc_register_script ('admin-osc ' , osc_current_admin_theme_js_url ('osc.js?v= ' .OSCLASS_VERSION ), 'jquery ' );
3939osc_register_script ('admin-ui-osc ' , osc_current_admin_theme_js_url ('ui-osc.js?v= ' .OSCLASS_VERSION ), 'jquery-ui ' );
4040osc_register_script ('admin-location ' , osc_current_admin_theme_js_url ('location.min.js?v= ' .OSCLASS_VERSION ), 'bootstrap5 ' );
41- osc_register_script ('bootstrap5 ' , osc_assets_url ('bootstrap/bootstrap.min.js?v= ' .OSCLASS_VERSION ));
41+ osc_register_script ('popper ' , osc_assets_url ('popper/popper.min.js?v= ' .OSCLASS_VERSION ));
42+ osc_register_script ('bootstrap5 ' , osc_assets_url ('bootstrap/bootstrap.min.js?v= ' .OSCLASS_VERSION ), 'popper ' );
4243osc_register_script ('sortablejs ' , osc_assets_url ('sortablejs/Sortable.min.js?v= ' .OSCLASS_VERSION ));
4344// enqueue scripts
4445osc_enqueue_script ('bootstrap5 ' );
You can’t perform that action at this time.
0 commit comments