Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Fix comments around multi-version piece of code
Browse files Browse the repository at this point in the history
  • Loading branch information
MyForest authored Feb 2, 2022
1 parent 916d457 commit 1873288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmspheatpump.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<script type="text/javascript" src="<?php echo $path; ?>Lib/flot/jquery.flot.resize.min.js?v=<?php echo $v; ?>"></script>
<script type="text/javascript" src="<?php echo $path; ?>Lib/flot/jquery.flot.time.min.js?v=<?php echo $v; ?>"></script>
<script type="text/javascript" src="<?php echo $path; ?>Lib/flot/jquery.flot.selection.min.js?v=<?php echo $v; ?>"></script>
# EmonCMS 10.x
<!-- EmonCMS 10.x -->
<script type="text/javascript" src="<?php echo $path; ?>Modules/app/Lib/vis.helper.js?v=<?php echo $v; ?>"></script>
# EmonCMS 11.x
<!-- EmonCMS 11.x -->
<script type="text/javascript" src="<?php echo $path; ?>Lib/vis.helper.js?v=<?php echo $v; ?>"></script>


Expand Down

0 comments on commit 1873288

Please sign in to comment.