From: W. Trevor King Date: Sun, 18 Jul 2010 19:10:32 +0000 (-0400) Subject: Remove old checkbox_activity hook from initialize() X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc34905b8491621b6391d22563e0871627ceb6be;p=dirtag.git Remove old checkbox_activity hook from initialize() Since that function has morphed into the button set_tags_button(). --- 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() {