diff --git a/deluge/ui/webui/static/deluge.js b/deluge/ui/webui/static/deluge.js index b301a4e8d..d6c6a9692 100644 --- a/deluge/ui/webui/static/deluge.js +++ b/deluge/ui/webui/static/deluge.js @@ -6,6 +6,20 @@ There's so much crap out there,i can't find good examples. so i'd rather start from scratch, Probably broken in an unexpected way , but worksforme. */ + +/*fix IE:*/ +if(!Array.indexOf){ + Array.prototype.indexOf = function(obj){ + for(var i=0; i