Код: Выделить всё
drupal_add_js('http://somesite.com/pages/scripts/0080/8579.js', [
'type' => 'external',
'async' => TRUE
]);
Код: Выделить всё
drupal_add_js('http://somesite.com/pages/scripts/0080/8579.js', [
'type' => 'external',
'async' => 'async'
]);
Кто-нибудь знает, как я могу этого добиться?
Подробнее здесь: https://stackoverflow.com/questions/532 ... en-using-d
Мобильная версия