diff --git a/eclipse-scout-core/src/jquery/jquery-scout.js b/eclipse-scout-core/src/jquery/jquery-scout.js index 35ca473f0d6..0e4d2d67b3f 100644 --- a/eclipse-scout-core/src/jquery/jquery-scout.js +++ b/eclipse-scout-core/src/jquery/jquery-scout.js @@ -223,6 +223,7 @@ $.injectScript = (url, options) => { let $scriptTag = $(scriptTag) .attr('src', url) .attr('async', true) + .attr('fetchpriority', 'high') .on('load error', event => { if (options.removeTag) { myDocument.head.removeChild(scriptTag);