Remove unused userscript file

This commit is contained in:
Ruud
2012-05-05 22:42:13 +02:00
parent 0e011177d4
commit 4ea0474325
@@ -1,15 +0,0 @@
<!doctype html>
<html>
<head>
<script type="text/javascript" src="{{ url_for('web.static', filename='scripts/library/mootools.js') }}"></script>
<script type="text/javascript" src="{{ url_for('web.static', filename='scripts/library/mootools_more.js') }}"></script>
<script type="text/javascript">
{{url}}
console.log('test');
Api.request('')
</script>
</head>
<body></body>
</html>