From: Dave Gandy Date: Thu, 22 Dec 2016 20:04:20 +0000 (-0500) Subject: More minor updates to fa5 modal. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b50462de7c3f59940cbcca327b0d0fe0207fe79;p=thirdparty%2FFont-Awesome.git More minor updates to fa5 modal. --- diff --git a/src/_includes/modals/fa5.html b/src/_includes/modals/fa5.html index dbcd543a0b..bcd7d64767 100644 --- a/src/_includes/modals/fa5.html +++ b/src/_includes/modals/fa5.html @@ -13,9 +13,9 @@

- Pre-order and get Font Awesome 5 Pro and all stretch goals for just $40! + Pre-order and get Font Awesome 5 Pro and ALL stretch goals for just $40!

-

Pre-Order!  

diff --git a/src/assets/js/site.js b/src/assets/js/site.js index cff7af4311..c51b29acc9 100644 --- a/src/assets/js/site.js +++ b/src/assets/js/site.js @@ -44,7 +44,7 @@ $(function () { $('[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) { @@ -54,7 +54,7 @@ $(function () { } if (storageAvailable('localStorage')) { - localStorage.seenFA5Modal = true; + localStorage.seenFA5Modal2 = true; // Yippee! We can use localStorage awesomeness }