Author: damoxc
Revision: 4973
Log:
remove some debug alerts i left in
Diff:
Modified: trunk/deluge/ui/web/js/deluge-details.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-details.js 2009-04-01 21:53:41 UTC (rev
4972)
+++ trunk/deluge/ui/web/js/deluge-details.js 2009-04-01 22:00:40 UTC (rev
4973)
@@ -231,20 +231,12 @@
}
this.panel.getRootNode().cascade(walk);
- alert(JSON.encode(indexes));
var nodes =
this.panel.getSelectionModel().getSelectedNodes();
$each(nodes, function(node) {
if
(!$defined(node.attributes.fileIndex)) return;
indexes[node.attributes.fileIndex] =
baseItem.filePriority;
});
- alert(JSON.encode(indexes));
-
- /*var keys = indexes.getKeys();
- alert(keys);
- keys.sort(function(a, b) { return a - b; });
- alert(keys);*/
-
priorities = new Array(indexes.getLength());
indexes.each(function(priority, index) {
priorities[index] = priority;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---