Skip to content

Commit

Permalink
Update input_view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea authored Jun 28, 2019
1 parent 2497fd2 commit 8b3159e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Modules/input/Views/input_view.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php
global $path;
$v = 1;
?>

<script src="<?php echo $path; ?>Modules/device/Views/device.js"></script>
<script src="<?php echo $path; ?>Modules/input/Views/input.js"></script>
<script src="<?php echo $path; ?>Modules/feed/feed.js"></script>
<script src="<?php echo $path; ?>Lib/responsive-linked-tables.js"></script>
<script src="<?php echo $path; ?>Modules/device/Views/device.js?v=<?php echo $v; ?>"></script>
<script src="<?php echo $path; ?>Modules/input/Views/input.js?v=<?php echo $v; ?>"></script>
<script src="<?php echo $path; ?>Modules/feed/feed.js?v=<?php echo $v; ?>"></script>
<script src="<?php echo $path; ?>Lib/responsive-linked-tables.js?v=<?php echo $v; ?>"></script>

<style>

Expand Down

0 comments on commit 8b3159e

Please sign in to comment.