diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/home.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 3c2db4d..2ee791a 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -36,7 +36,7 @@ <table id="home2table"> <thead> <tr> - <th class="hidephone">x</th> + <th id="checkall" class="hidephone">x</th> <th><a href="<?= $opt->getadress('id') ?>">id</a></th> <th>edit</th> <th>see</th> @@ -176,6 +176,7 @@ <?php } ?> + <script src="<?= Model::jspath() ?>home.bundle.js"></script> </body> |