summaryrefslogtreecommitdiff
path: root/views/staff/_footer.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/staff/_footer.ejs')
-rw-r--r--views/staff/_footer.ejs6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/staff/_footer.ejs b/views/staff/_footer.ejs
index 580828f..c363beb 100644
--- a/views/staff/_footer.ejs
+++ b/views/staff/_footer.ejs
@@ -1,3 +1,4 @@
+ </div>
[[ include ../partials/confirm-modal ]]
[[ include ../partials/footer ]]
</div>
@@ -5,4 +6,9 @@
</body>
[[ include ../partials/scripts ]]
<script type="text/javascript" src="/assets/javascripts/vendor/bower_components/jquery-jsonview/dist/jquery.jsonview.js"></script>
+<script>
+$(".json").each(function(){
+ $(this).JSONView( this.innerText )
+})
+</script>
</html>