Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nojhamster committed Feb 2, 2018
1 parent 29fccbc commit 145be15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bookmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Description</h2>
<h2>Utilisation</h2>
<p><strong>Glissez-déposez</strong> ce gros bouton vert dans votre barre de favoris. Pour l'utiliser, rendez-vous sur la page des horaires mensuels et cliquez sur le favori. Une section <strong>"En bref"</strong> apparaîtra alors sous la section <strong>"Etat des heures"</strong>.</p>
<p class="centered">
<a class="button" href="javascript:(function(){let a=document.createElement('script');a.async=true;a.src='https://cdn.rawgit.com/nojhamster/agate-extension/v1.0.1/src/content_script.js';document.body.appendChild(a);})();">Script Agate</a>
<a class="button" href="javascript:(function(){let a=document.createElement('script');a.async=true;a.src='https://cdn.rawgit.com/nojhamster/agate-extension/v1.0.2/src/content_script.js';document.body.appendChild(a);})();">Script Agate</a>
</p>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
document.getElementById('as-cdiff').textContent = minutesToString(currentDiff)

// Update metrics every 15s
setImmediate(updateMetrics, 15000)
setTimeout(updateMetrics, 15000)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Agate-Badge made simple",
"description": "Résume votre sitation horaire, sans prise de tête.",
"author": "Yannick Schurter",
"version": "1.0.1",
"version": "1.0.2",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
Expand Down

0 comments on commit 145be15

Please sign in to comment.