diff --git a/www/js/index.js b/www/js/index.js index 4fbc0e0..0236df2 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -580,7 +580,7 @@ function setDefaults(){ var cacheExpirationSeconds = 10; -function fetch(){ +function fetchConfig(){ FirebasePlugin.fetch(cacheExpirationSeconds, function(){ log("Remote config fetched"); },function(error){