diff options
Diffstat (limited to 'views/staff/_footer.ejs')
| -rw-r--r-- | views/staff/_footer.ejs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/staff/_footer.ejs b/views/staff/_footer.ejs new file mode 100644 index 0000000..839db4a --- /dev/null +++ b/views/staff/_footer.ejs @@ -0,0 +1,16 @@ + </div> + [[ include ../partials/confirm-modal ]] + [[ include ../partials/footer ]] +</div> + +</body> +[[ include ../partials/scripts ]] +<script type="text/javascript" src="/assets/javascripts/vendor/bower_components/jquery-jsonview/dist/jquery.jsonview.js"></script> +<script type="text/javascript" src="/assets/javascripts/ui/site/StaffView.js"></script> +<script> +$(function(){ + var staffView = new StaffView () + staffView.load() +}) +</script> +</html> |
