Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
fixed repos syncing UI
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jan 10, 2017
1 parent 74f1646 commit b5b06e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions goodtablesio/plugins/github/templates/github_home.html
Expand Up @@ -13,9 +13,12 @@ <h2>Repos</h2>

{% if sync %}

<button disable class="btn btn-warning">Syncing account</button>
<p><button disable class="btn btn-warning">Syncing account</button></p>
<p>Page will be reloaded in 5 seconds...</p>
<script>
window.location.reload(5);
setTimeout(function(){
window.location.reload(1);
}, 5000);
</script>

{% else %}
Expand Down

0 comments on commit b5b06e9

Please sign in to comment.