mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-07 13:15:00 -05:00
Load scripts synchronously
This commit is contained in:
@@ -105,6 +105,7 @@ function renderDependency(dep) {
|
||||
});
|
||||
// avoid jQuery’s magic eval()
|
||||
scripts.forEach(function(e) {
|
||||
e[0].async = false;
|
||||
document.head.appendChild(e[0]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user