diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-10 16:20:31 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-10 16:20:31 +0100 |
commit | 3d655ddbfbd96abecb9a9c9bebf6e43eb710ab12 (patch) | |
tree | dc1ce469a6c75ce5f44561cf1d2c3c269ef90f94 /module/web/templates/default/home.html | |
parent | moved Hooks.py (diff) | |
download | pyload-3d655ddbfbd96abecb9a9c9bebf6e43eb710ab12.tar.xz |
fixed manage.py, addBox working, some code formatted and cleaned
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 49633f94a..96f3015d9 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -9,6 +9,9 @@ $("#aktiv_percent").text(parseInt($("#aktiv_percent").text)+1)
setTimeout( UpdateLinks( SetInver, index+1 ), SetInver[index]*1000);
}*/
+$(document).ready(function(){
+ $.getJSON('/json/links', LinksToContent );
+});
function LinksToContent(data)
{
|