blob: c363bebacb3ff3c06befcf8e24b1e7728ea23db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
</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>
$(".json").each(function(){
$(this).JSONView( this.innerText )
})
</script>
</html>
|