Skip to content

Commit

Permalink
Changed refresh time on reports homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Airistotal committed Aug 18, 2015
1 parent 6347998 commit e1672f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/reports_webapp/run_stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function get_utc_time_hours() {
function refresh() {
window.location.reload(true);
}
setTimeout(refresh, 900000); //15 minutes = 900000 ms
setTimeout(refresh, 60000); //1 minute = 60000 ms

function create_chart( inp_data, name, time, title ) {
require( ["d3"], function (e) {
Expand Down

0 comments on commit e1672f3

Please sign in to comment.