Remove old checkbox_activity hook from initialize()
authorW. Trevor King <wking@drexel.edu>
Sun, 18 Jul 2010 19:10:32 +0000 (15:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 18 Jul 2010 19:10:35 +0000 (15:10 -0400)
Since that function has morphed into the button set_tags_button().

static/dirtag.js

index e1eb26715b9ab7aa79266a49ceb9ef4c8fe83648..103de79b514b010489165383ad1ea16478e24f46 100644 (file)
@@ -102,12 +102,6 @@ function remove_tag(path, tag) {
 
 function initialize() {
     document.getElementById('element').file_path = 'UNDEFINED';
-    var tree = document.getElementById('checkbox-tree');
-    tree.view.origSetCellValue = tree.view.setCellValue;
-    tree.view.setCellValue = function (row, col, value) {
-       tree.view.origSetCellValue(row, col, value);
-       checkbox_activity(tree, row, col, value);
-    };
 }
 
 function new_tag_button() {