mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
added orion nebula asset from DU, updated licence template to better support whitespace
This commit is contained in:
@@ -127,6 +127,15 @@ window.onload = function () {
|
||||
}
|
||||
}
|
||||
|
||||
if (documentation[i].identifier == "sceneLicense") {
|
||||
for (var j = 0; j < documentation[i].data.length; j++) {
|
||||
var escaped = documentation[i].data[j].description.replace(
|
||||
/\\n/g, ""
|
||||
);
|
||||
documentation[i].data[j].description = escaped;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
currentDocumentation = documentation[3];
|
||||
|
||||
Reference in New Issue
Block a user