Skip to content

Commit

Permalink
Merge pull request #2583 from benderl/bugfix
Browse files Browse the repository at this point in the history
remove obsolete trim()
  • Loading branch information
benderl authored Jan 11, 2023
2 parents b8f9642 + ab8d9a9 commit f070bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/display/minimal/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ function checkTime(i) {

startTime();

var displaylp1max = <?php echo trim($displaylp1maxold); ?>;
var displaylp2max = <?php echo trim($displaylp2maxold); ?>;
var rfidakt = <?php echo trim($rfidaktold); ?>;
var lastmanagementold = <?php echo trim($lastmanagementold); ?>;
var displaylp1max = <?php echo $displaylp1maxold; ?>;
var displaylp2max = <?php echo $displaylp2maxold; ?>;
var rfidakt = <?php echo $rfidaktold; ?>;
var lastmanagementold = <?php echo $lastmanagementold; ?>;
</script>
<script src="display/minimal/minimalgauge.js?ver=20230106"></script>
<script>
Expand Down

0 comments on commit f070bde

Please sign in to comment.