summaryrefslogtreecommitdiffstats
path: root/module/web/static/default/home.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/default/home.js')
-rw-r--r--module/web/static/default/home.js19
1 files changed, 2 insertions, 17 deletions
diff --git a/module/web/static/default/home.js b/module/web/static/default/home.js
index 7db6d4efc..9f8902458 100644
--- a/module/web/static/default/home.js
+++ b/module/web/static/default/home.js
@@ -61,32 +61,17 @@ req = new Request.JSON({
method: 'get',
url: '/json/links',
initialDelay: 0,
- delay: 1000,
+ delay: 2000,
limit: 20000
});
function renderTable(data){
-data.downloads.forEach()
+//data.downloads.each()
}
-
-/* hover! */
-Element.implement({
- 'hover': function(fn1,fn2) {
- return this.addEvents({
- 'mouseenter': function(e) {
- fn1.attempt(e,this);
- },
- 'mouseleave': function(e) {
- fn2.attempt(e,this);
- }
- })
- }
-});
-
window.addEvent('domready', function(){
/*