Skip to content

Commit

Permalink
remove auto refresh from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevthehermit committed Dec 27, 2016
1 parent ec6b4c4 commit a8e9a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ <h3 class="panel-title">Showing {{ session_counts.1 }} to {{ session_counts.0 }}
{% include "add_session_modal.html" %}
{% include "add_plugin_modal.html" %}
<script type="text/javascript">
setTimeout(function () { location.reload(true); }, 30000);
//setTimeout(function () { location.reload(true); }, 30000);
</script>
{% endblock %}

0 comments on commit a8e9a38

Please sign in to comment.