File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2753,7 +2753,7 @@ function refreshSingle(serial, first) {
27532753 } ,
27542754 complete : function ( request , textStatus ) {
27552755 clearTimeout ( periodical_focus ) ;
2756- periodical_focus = setTimeout ( refreshSingle , timer_seconds_focus * 1000 , serial ) ;
2756+ periodical_focus = setTimeout ( refreshSingle , timer_seconds * 1000 , serial ) ;
27572757 }
27582758 } ) ;
27592759}
@@ -3125,7 +3125,6 @@ function habitat_doc_step(hab_docs) {
31253125var periodical , periodical_focus , periodical_receivers , periodical_recoveries ;
31263126var periodical_predictions = null ;
31273127var timer_seconds = 5 ;
3128- var timer_seconds_focus = 1 ;
31293128
31303129function startAjax ( ) {
31313130 // prevent insane clicks to start numerous requests
You can’t perform that action at this time.
0 commit comments