var currentSpotId; fpvspots.variables = { getSiteName: function () { return 'FPV Spots'; }, getDomain: function () { return 'fpvspots.net'; }, getDomainUrl: function () { return 'https://fpvspots.net/'; }, getGoogleAPIKey: function () { return 'AIzaSyBhl-sD_NbyXOCXL7l8tZp7yTU_Yl14nyM'; }, getLocationIqAPIKey: function () { return '32e7bdf3ccd6c8'; }, getCurrentUserId: function () { return 0; }, getSpotsSortType: function () { return ""; }, getSpotsSortDirection: function () { return 'desc'; }, getCommentsVisibleByDefault: function () { return false; }, getDefaultThumbnailSize: function () { return 420; }, getSpotThumbnailSize: function () { return 25; }, getDarkThemeHashedUrl: function () { return '/style/dark.min.css?v=f6f969a4747344a5c75a2d80793f7acb56b962997c465903c295e4917445c7c5t638492612022371675'; }, getLightThemeHashedUrl: function () { return '/style/light.min.css?v=cd4774466b18a9fcee6f1d2a19f29d58416adb5022c9c3dd91286318ae1326b3t638492612022286494'; }, getSpotImageHashedUrl: function () { return '/img/spot.png?v=e2f6ecb77c9b1cce6c586ea00b1ee4b8c57928bf413a190bb5022ac5d1a2da46t638355932103446333'; }, getNoYoutubeHashedUrl: function () { return '/img/noyoutube.jpg?v=5965d62a2f908ba9012e62c4084315623ceb99a258297a619f1822f23de93b48t638414159274793199'; }, getImagePlaceholderHashedUrl: function () { return '/img/imagePlaceholder.jpg?v=5965d62a2f908ba9012e62c4084315623ceb99a258297a619f1822f23de93b48t638414159274793199'; }, getMinSearchCharCount: function () { return 2; }, getPageSize: function () { return 12; } } fpvspots.functions = { loadComments: function () { var commentsVisibleByDefault = fpvspots.variables.getCommentsVisibleByDefault(); if (commentsVisibleByDefault) { vueApp.showComments(); } else { vueApp.loadComments(); } }, }; var currentInstagramUrl = ''; var currentInstagramTitle = '';