Skip to content

Commit

Permalink
Watch selection is no longer necessary #58
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 8, 2016
1 parent eb28986 commit c509567
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/measure/get-accuracy.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class="btn btn-primary btn-lg">
<center><p><br /><br />We <i style="color:#4d77a7" class="fa fa-heart"></i> <a href="https://instagram.com/toolwatchapp/">Instagram</a>, tag us with your wristshots and share your results using #ToolwatchApp !</p></center>
<br />
<!-- INSTANSIVE WIDGET -->
<script src="//instansive.com/widget/js/instansive.js"></script>
<iframe src="//instansive.com/widgets/3eea3b0bb6345272b1e1944fd14859aa.html" id="instansive_3eea3b0bb6" name="instansive_3eea3b0bb6" scrolling="no" allowtransparency="true" class="instansive-widget" style="width: 100%; border: 0; overflow: hidden;"></iframe>
<script src="http://instansive.com/widget/js/instansive.js"></script>
<iframe src="http://instansive.com/widgets/3eea3b0bb6345272b1e1944fd14859aa.html" id="instansive_3eea3b0bb6" name="instansive_3eea3b0bb6" scrolling="no" allowtransparency="true" class="instansive-widget" style="width: 100%; border: 0; overflow: hidden;"></iframe>
</div>

</div>
Expand Down
14 changes: 14 additions & 0 deletions application/views/measure/new-measure.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ class="btn btn-primary btn-lg">
</div>
</div>
</div>

<?php
if(isset($selected_watch)){
?>

<script>
$( document ).ready(function() {
createCTA();
});
</script>

<?php
}
?>

0 comments on commit c509567

Please sign in to comment.