diff options
author | Wugy <wugy@mally-soft.com> | 2010-01-06 22:14:56 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2010-01-06 22:14:56 +0100 |
commit | 9dc2f58872b9f170621bd583f73f9fe144238972 (patch) | |
tree | 836d111d5bef6f26cc4e9bd074e55e0b5c428621 /module/web/templates/default/home.html | |
parent | small fixes, new hook stuff (diff) | |
download | pyload-9dc2f58872b9f170621bd583f73f9fe144238972.tar.xz |
Webinterface - AddBox
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 12fa55539..49633f94a 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -3,10 +3,6 @@ {% block head %}
<script type="text/javascript">
-$(document).ready(function(){
- $.getJSON('/json/links', LinksToContent );
-});
-
/*function UpdateLinks( SetInver, index )
{
|