diff --git a/more/app-more.js b/more/app-more.js index dd768d1..844c4e4 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -25,7 +25,8 @@ "script": "" }; - if (DEV_PARAMETER && DEV_PARAMETER === "dev") { + if (DEV_PARAMETER === "dev") { + APP_URL = ROOT + "more.html?" + DEV_PARAMETER; } diff --git a/more/more.html b/more/more.html index bd12058..40a0129 100644 --- a/more/more.html +++ b/more/more.html @@ -265,7 +265,8 @@ listBuilder(search, offset, perpage); } - $.getScript( metadataScriptSrc, function( data, textStatus, jqxhr ) { + $.getScript(metadataScriptSrc, function(data, textStatus, jqxhr) { + listBuilder(search, offset, perpage); });