forked from 0x2620/pandora
remove dead code
This commit is contained in:
parent
bd50eb1830
commit
2308279801
2 changed files with 0 additions and 5 deletions
|
@ -144,9 +144,6 @@ def addAnnotation(request):
|
|||
annotation.save()
|
||||
response = json_response(annotation.json())
|
||||
return render_to_json_response(response)
|
||||
|
||||
response = {'status': {'code': 501, 'text': 'not implemented'}}
|
||||
return render_to_json_response(response)
|
||||
actions.register(addAnnotation, cache=False)
|
||||
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
</script>
|
||||
<script type="text/javascript" src="/static/oxjs/dev/Ox.js"></script>
|
||||
<script type="text/javascript" src="/static/js/pandora.js"></script>
|
||||
<!--
|
||||
<script type="text/javascript" src="/static/js/pandora.local.js"></script> -->
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue