Changes between Initial Version and Version 1 of Ticket #45130, comment 2
- Timestamp:
- 10/23/2018 07:15:44 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45130, comment 2
initial v1 7 7 function add_defer_attribute($tag, $handle) { 8 8 // add script handles to the array below 9 $scripts_to_defer = array('bootstrap-bundle-js');10 9 $scripts_to_defer = array('jquery', 'jquery-migrate', 'bootstrap-bundle-js'); 11 10