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.
2 parents 3c66ddf + 4e171d9 commit fc56f77Copy full SHA for fc56f77
views/includes/scriptPageHeader.html
@@ -56,11 +56,21 @@ <h2 class="page-heading">
56
</div>
57
{{#script.showMinficationNotices}}
58
<div class="alert alert-warning" role="alert">
59
+ {{#script.hasInvalidDownloadURL}}
60
+ <p>
61
+ <i class="fa fa-fw fa-exclamation"></i> Invalid download target
62
+ </p>
63
+ {{/script.hasInvalidDownloadURL}}
64
{{#script.hasUnstableMinify}}
65
<p>
66
<i class="fa fa-fw fa-exclamation-triangle"></i> The script author suggests that minification of this script may be unstable.
67
68
{{/script.hasUnstableMinify}}
69
+ {{#script.hasAlternateDownloadURL}}
70
71
+ <i class="fa fa-fw fa-exclamation-triangle"></i> Alternate download target.
72
73
+ {{/script.hasAlternateDownloadURL}}
74
75
{{/script.showMinficationNotices}}
76
</li>
0 commit comments