Skip to content

Commit

Permalink
fix missing stacking lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Oct 3, 2021
1 parent 5a0379d commit 6ad7547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

global $path, $embed;
$userid = 0;
$v = 12;
$v = 14;

if (isset($_GET['userid'])) $userid = (int) $_GET['userid'];

Expand Down Expand Up @@ -47,6 +47,7 @@
<script src="<?php echo $path;?>Lib/flot/jquery.flot.resize.min.js"></script>
<script src="<?php echo $path; ?>Lib/flot/jquery.flot.stack.min.js"></script>
-->
<script src="<?php echo $path; ?>Lib/flot/jquery.flot.stack.min.js"></script>
<script src="<?php echo $path;?>Modules/graph/vis.helper.js?v=<?php echo $v; ?>"></script>
<script src="<?php echo $path;?>Lib/misc/clipboard.js?v=<?php echo $v; ?>"></script>
<script src="<?php echo $path; ?>Lib/bootstrap-datetimepicker-0.0.11/js/bootstrap-datetimepicker.min.js"></script>
Expand Down

0 comments on commit 6ad7547

Please sign in to comment.