Skip to content

Commit

Permalink
Remove cycling text
Browse files Browse the repository at this point in the history
  • Loading branch information
fv0 committed Feb 10, 2016
1 parent bce065a commit 1fd3133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions _partial__scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@
var now = new Date;
var result = Math.round( (now - startLMIV) / (1000 * 60 * 60 * 24) ); // round the amount of days
document.getElementById("dayCounterLMIV").innerHTML = result;
//.DS_Store
var textSamples = $('[id^="textSample-"]').hide();
var i = 0;
(function cycle() {
textSamples.eq(i).fadeIn(400).delay(4000).fadeOut(400, cycle);
i = ++i % textSamples.length;
})();
</script>
2 changes: 0 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
</div>
<div class="col-sm-8 col-xs-12">
<h1 id="textSample-1">„Das kapiert doch kein Mensch.”</h1>
<h1 id="textSample-2">„Ich bin Koch und kein Arzt.”</h1>
<h1 id="textSample-3">„Meine Speisekarte ist keine Police.”</h1>
<p class="lead">
Die EU-Allergenkennzeichnung in Ihrem Betrieb umzusetzen ist nicht schwer.
</p>
Expand Down

0 comments on commit 1fd3133

Please sign in to comment.