Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsnep committed Mar 16, 2016
1 parent 01324fe commit c5ea83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BT/week-2/exercise-2.1/js/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ <h1>Javascript Features</h1>
<h2><code>Service Workers</code> & <code>Local storage</code></h2>
<h3>Browser support</h3>
<h4>Service Workers</h4>
<p class="ciu_embed" data-feature="serviceworkers" data-periods="future_1,current,past_1,past_2"> <a href="https://caniuse.com/#feat=serviceworkers">Can I Use serviceworkers?</a> Data on support for the serviceworkers feature across the major browsers from caniuse.com. </p>
<p class="ciu_embed" data-feature="serviceworkers" data-periods="future_1,current,past_1,past_2"> <a href="//caniuse.com/#feat=serviceworkers">Can I Use serviceworkers?</a> Data on support for the serviceworkers feature across the major browsers from caniuse.com. </p>
<h4>Local Storage</h4>
<p class="ciu_embed" data-feature="namevalue-storage" data-periods="future_1,current,past_1,past_2"> <a href="https://caniuse.com/#feat=namevalue-storage">Can I Use namevalue-storage?</a> Data on support for the namevalue-storage feature across the major browsers from caniuse.com. </p>
<p class="ciu_embed" data-feature="namevalue-storage" data-periods="future_1,current,past_1,past_2"> <a href="//caniuse.com/#feat=namevalue-storage">Can I Use namevalue-storage?</a> Data on support for the namevalue-storage feature across the major browsers from caniuse.com. </p>

<div class="divider"></div>
<h4>Service Workers</h4>
Expand Down Expand Up @@ -130,7 +130,7 @@ <h4>Local Storage</h4>

</main>
</body>
<script src="https://cdn.jsdelivr.net/caniuse-embed/1.0.0/caniuse-embed.min.js"></script>
<script src="//cdn.jsdelivr.net/caniuse-embed/1.0.0/caniuse-embed.min.js"></script>
<script type="text/javascript">
var serviceWorker = 'serviceWorker' in navigator
if (!serviceWorker) {
Expand Down

0 comments on commit c5ea83b

Please sign in to comment.