From cc34905b8491621b6391d22563e0871627ceb6be Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Jul 2010 15:10:32 -0400 Subject: [PATCH] Remove old checkbox_activity hook from initialize() Since that function has morphed into the button set_tags_button(). --- static/dirtag.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/dirtag.js b/static/dirtag.js index e1eb267..103de79 100644 --- a/static/dirtag.js +++ b/static/dirtag.js @@ -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() { -- 2.26.2