diff --git a/shopifyFD.js b/shopifyFD.js index 7c6e7cf..86e05b6 100644 --- a/shopifyFD.js +++ b/shopifyFD.js @@ -3618,7 +3618,7 @@ var updatedropdown = function(){ /* Keeps the metafields edit box select menu up to date */ - var url = getMetafieldUrl(); + var url = getMetafieldUrl() + '?limit='+settings.apiLimit; $.getJSON(url, function(data) { var response = ''; @@ -3803,4 +3803,4 @@ init(); -}()); \ No newline at end of file +}());