From 3d655ddbfbd96abecb9a9c9bebf6e43eb710ab12 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 10 Jan 2010 16:20:31 +0100 Subject: fixed manage.py, addBox working, some code formatted and cleaned --- module/web/templates/default/home.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/web/templates/default/home.html') 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) { -- cgit v1.2.3