remove test html file

This commit is contained in:
Damien Churchill 2009-03-06 20:39:44 +00:00
parent f524d8e63d
commit 3ac9085a73
2 changed files with 0 additions and 21 deletions

View File

@ -537,7 +537,6 @@ class TopLevel(resource.Resource):
self.putChild("json", JSON())
self.putChild("upload", Upload())
self.putChild("render", Render())
self.putChild("test", static.File(rpath("test.html")))
self.putChild("themes", static.File(rpath("themes")))
self.putChild("tracker", Tracker())

View File

@ -1,20 +0,0 @@
<html>
<head>
<script type="text/javascript" src="/js/mootools-1.2.1-core-yc.js"></script>
<script type="text/javascript" src="/js/ext-mootools-adapter.js"></script>
<script type="text/javascript" src="/js/ext-all.js"></script>
<script src="/js/Rpc.js"></script>
<script type="text/javascript" src="/js/deluge.js"></script>
<script type="text/javascript" src="/js/deluge-torrents.js"></script>
<script>
var client = new JSON.RPC('/json');
var res = client.web.update_ui(Deluge.Keys.Grid, {}, {async: false});
alert(JSON.encode(torrents));
//var store = new Deluge.TorrentStore();
//alert(store);
</script>
</head>
<body>
</body>
</html>