Skip to content

Commit

Permalink
Removed conditional
Browse files Browse the repository at this point in the history
Related to #8
  • Loading branch information
AhoyLemon committed Nov 14, 2017
1 parent 777a0d3 commit 5ddfcc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="🍆+🍑=🌟">
<meta http-equiv="last-modified" content="2017-10-14@14:45:46">
<link href="css/tips.css?lastUpdated=2017-10-14@14:45:46" rel="stylesheet">
<meta http-equiv="last-modified" content="2017-10-14@15:01:03">
<link href="css/tips.css?lastUpdated=2017-10-14@15:01:03" rel="stylesheet">
<!-- Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@AhoyLemon">
Expand Down Expand Up @@ -138,7 +138,7 @@
<h3 class="tip-headline"><span>{{tipLabel}} {{tipNumberFormatted}}</span></h3>
<div class="tip-text" v-html="currentTip"></div>
<div class="share-wrapper">
<button v-on:click="shareThisTip" v-if="browser != 'ssafari'"><span class="icon">
<button v-on:click="shareThisTip"><span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path d="M6.9 10.3c-3.1 0-5.6 2.5-5.6 5.6 0 3.1 2.5 5.6 5.6 5.6 1.4 0 2.7-.5 3.7-1.4l7.6 4.2c-.5 3.1 1.5 6 4.6 6.5 3.1.5 6-1.5 6.5-4.6.5-3.1-1.5-6-4.6-6.5-1.7-.3-3.4.2-4.7 1.3l-7.6-4.2c.1-.6.1-1.3 0-1.9l7.6-4.2c2.3 2.1 5.9 1.8 7.9-.5s1.8-5.9-.5-7.9c-2.3-2.1-5.9-1.8-7.9.5-.9 1-1.4 2.4-1.4 3.7 0 .3 0 .6.1.9l-7.6 4.2c-1-.8-2.4-1.3-3.7-1.3z"></path>
</svg></span><span class="text">Share this tip!</span></button>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h4 class="learn-more"><span class="learnmore">Learn more at </span><span class=
ga('create', 'UA-15129990-28', 'auto');
ga('send', 'pageview');
</script>
<script src="js/min/tips.min.js?lastUpdated=2017-10-14@14:45:46"></script>
<script src="js/min/tips.min.js?lastUpdated=2017-10-14@15:01:03"></script>
<script type="text/javascript">
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js').then(function(registration) {
Expand Down
2 changes: 1 addition & 1 deletion pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html(lang="en")
span {{tipLabel}} {{tipNumberFormatted}}
.tip-text(v-html="currentTip")
.share-wrapper
button(v-on:click="shareThisTip" v-if="browser != 'ssafari'")
button(v-on:click="shareThisTip")
span.icon
svg(xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32")
path(d="M6.9 10.3c-3.1 0-5.6 2.5-5.6 5.6 0 3.1 2.5 5.6 5.6 5.6 1.4 0 2.7-.5 3.7-1.4l7.6 4.2c-.5 3.1 1.5 6 4.6 6.5 3.1.5 6-1.5 6.5-4.6.5-3.1-1.5-6-4.6-6.5-1.7-.3-3.4.2-4.7 1.3l-7.6-4.2c.1-.6.1-1.3 0-1.9l7.6-4.2c2.3 2.1 5.9 1.8 7.9-.5s1.8-5.9-.5-7.9c-2.3-2.1-5.9-1.8-7.9.5-.9 1-1.4 2.4-1.4 3.7 0 .3 0 .6.1.9l-7.6 4.2c-1-.8-2.4-1.3-3.7-1.3z")
Expand Down

0 comments on commit 5ddfcc7

Please sign in to comment.