summaryrefslogtreecommitdiff
path: root/views/staff/_footer.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-04 13:50:40 -0400
committerJules Laplace <jules@okfoc.us>2014-09-04 13:50:40 -0400
commitb2164f9f6001dcac952a3d2b301f1425fdb3cbe9 (patch)
treeeb69107c324d46133cee95196eb807ab59c549c1 /views/staff/_footer.ejs
parent95f62d72945acbac295f2342fd51cea9337d7cb7 (diff)
admin users views
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>