Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
callapa committed Dec 10, 2018
1 parent 35f2124 commit 9c4ea05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/include/monitoring/status/Common/commonJS.php
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ function monitoring_play() {
_on = 1;

// Allows to use the new status when click on the play button
if(typeof(_o) == "undefined") {
if (typeof(_o) == "undefined") {
_o = "<?= $o ?>";
}
initM(<?php echo $tM?>, "<?php echo $sid?>", _o);
Expand Down
2 changes: 1 addition & 1 deletion www/include/monitoring/status/Services/serviceJS.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function goM(_time_reload,_sid,_o){
}

_lock = 0;
if(_timeoutID) { // Kill next execution if in queue
if (_timeoutID) { // Kill next execution if in queue
clearTimeout(_timeoutID);
}
_timeoutID = cycleVisibilityChange('goM("'+ _time_reload +'","'+ _sid +'","'+_o+'")', _time_reload);
Expand Down

0 comments on commit 9c4ea05

Please sign in to comment.