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()
|
annotation.save()
|
||||||
response = json_response(annotation.json())
|
response = json_response(annotation.json())
|
||||||
return render_to_json_response(response)
|
return render_to_json_response(response)
|
||||||
|
|
||||||
response = {'status': {'code': 501, 'text': 'not implemented'}}
|
|
||||||
return render_to_json_response(response)
|
|
||||||
actions.register(addAnnotation, cache=False)
|
actions.register(addAnnotation, cache=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="/static/oxjs/dev/Ox.js"></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.js"></script>
|
||||||
<!--
|
|
||||||
<script type="text/javascript" src="/static/js/pandora.local.js"></script> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue