remove test html file
This commit is contained in:
parent
f524d8e63d
commit
3ac9085a73
|
@ -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())
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue