</div>
<p class="lead text-center margin-top-lg margin-bottom-lg">
- Pre-order and get Font Awesome 5 Pro and all stretch goals for just $40!
+ Pre-order and get Font Awesome 5 Pro and <strong>ALL</strong> stretch goals for just $40!
</p>
- <a class="btn btn-fa5 btn-lg btn-block" href="http://five.fontawesome.com"
+ <a class="btn btn-fa5 btn-lg btn-block" href="http://five.fontawesome.com" target="_blank"
onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Pre-Order']);">
<h3 class="margin text-sans-serif strong">Pre-Order! <i class="fa fa-external-link-square" aria-hidden="true"></i></h3>
</a>
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="popover"]').popover();
- if (storageAvailable('localStorage') && !localStorage.seenFA5Modal) {
+ if (storageAvailable('localStorage') && !localStorage.seenFA5Modal2) {
$('#modal-fa5')
.modal('toggle')
.on('hidden.bs.modal', function (e) {
}
if (storageAvailable('localStorage')) {
- localStorage.seenFA5Modal = true;
+ localStorage.seenFA5Modal2 = true;
// Yippee! We can use localStorage awesomeness
}