Apply suggestions from code review

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-05-15 00:23:37 -04:00 committed by GitHub
parent 7b9a9e9cf8
commit 5220ec8c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,8 @@
"script": ""
};
if (DEV_PARAMETER && DEV_PARAMETER === "dev") {
if (DEV_PARAMETER === "dev") {
APP_URL = ROOT + "more.html?" + DEV_PARAMETER;
}

View file

@ -265,7 +265,8 @@
listBuilder(search, offset, perpage);
}
$.getScript( metadataScriptSrc, function( data, textStatus, jqxhr ) {
$.getScript(metadataScriptSrc, function(data, textStatus, jqxhr) {
listBuilder(search, offset, perpage);
});