summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-21 19:59:59 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-21 19:59:59 +0100
commit9453269684b8d17411d8bbc4ecd0c7958670ff42 (patch)
treec44940bb96b054f46d0db279a548de3e278c6e8d /module/web/templates/default/base.html
parentreverted files, pyload.db fix (diff)
downloadpyload-9453269684b8d17411d8bbc4ecd0c7958670ff42.tar.xz
log view, progressbar test
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 94d8c3dd2..98858b9df 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/default.css">
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/jquery-ui-1.7.2.custom.css">
<script src="{{ MEDIA_URL }}js/jquery-1.3.2.min.js"></script>
-<script src="{{ MEDIA_URL }}js/jquery-ui-1.7.2.custom.min.js"></script>
+<!--<script src="{{ MEDIA_URL }}js/jquery-ui-1.7.2.custom.min.js"></script>-->
<script src="{{ MEDIA_URL }}js/sprintf.js"></script>
<script src="{{ MEDIA_URL }}js/funktions.js"></script>
<script src="{{ MEDIA_URL }}js/jquery.progressbar.js"></script>
@@ -67,7 +67,7 @@ function LinksToContent(data)
setTimeout(function()
{
$.getJSON('/json/links', LinksToContent );
- }, 4000);
+ }, 1000);
}
</script>