mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix formatting
This commit is contained in:
parent
d9d98439b2
commit
0f07fb4479
@ -44,7 +44,7 @@ var RED = (function() {
|
||||
}
|
||||
$('body').append(newScript);
|
||||
if ($(el).attr('type') === "module") {
|
||||
newScript.type = "module"
|
||||
newScript.type = "module";
|
||||
}
|
||||
newScript.src = RED.settings.apiRootUrl+srcUrl;
|
||||
hasDeferred = true;
|
||||
|
Loading…
Reference in New Issue
Block a user