We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365f5b5 commit cb3172dCopy full SHA for cb3172d
_includes/appstoreimages.html
@@ -23,7 +23,7 @@
23
if ($.trim($($pageTitle).text()).length == 0) {
24
$($pageTitle).html(appInfo.trackName);
25
}
26
-
+
27
// Set large app icon using the iOS app ID if it is not set manually in _config.yml
28
var $appIconLarge = $(".appIconLarge");
29
if (!$appIconLarge.attr('src')) {
@@ -51,8 +51,8 @@
51
52
53
// Set App Store link using the iOS app ID if it is not set manually in _config.yml
54
- var $appStoreLink = $(".appStoreLink").attr('href');
55
- if ($.trim($appStoreLink).length == 0) {
+ var $appStoreLink = $(".appStoreLink");
+ if ($.trim($appStoreLink.attr('href')).length == 0) {
56
$($appStoreLink).attr("href", appInfo.trackViewUrl);
57
58
0 commit comments