mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
7b9a9e9cf8
commit
5220ec8c69
2 changed files with 4 additions and 2 deletions
|
@ -25,7 +25,8 @@
|
|||
"script": ""
|
||||
};
|
||||
|
||||
if (DEV_PARAMETER && DEV_PARAMETER === "dev") {
|
||||
if (DEV_PARAMETER === "dev") {
|
||||
|
||||
APP_URL = ROOT + "more.html?" + DEV_PARAMETER;
|
||||
}
|
||||
|
||||
|
|
|
@ -265,7 +265,8 @@
|
|||
listBuilder(search, offset, perpage);
|
||||
}
|
||||
|
||||
$.getScript( metadataScriptSrc, function( data, textStatus, jqxhr ) {
|
||||
$.getScript(metadataScriptSrc, function(data, textStatus, jqxhr) {
|
||||
|
||||
listBuilder(search, offset, perpage);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue