Skip to content

Commit b858ac6

Browse files
committed
oops
1 parent 8ab7c1c commit b858ac6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/javascripts/jquery.annotation.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
}
5959

6060
function initToolBox(){
61-
container.find(".trash").click(function(){container.fadeOut()});
62-
container.find(".comment").click(function(){attachComment()});
63-
container.find(".attach").click(function(){attachInsights()});
64-
container.find(".insight_button").click(function(){addTags();})
61+
container.find("span.trash").click(function(){container.fadeOut()});
62+
container.find("span.comment").click(function(){attachComment()});
63+
container.find("span.attach").click(function(){attachInsights()});
64+
container.find("span.insight_button").click(function(){addTags();})
6565
}
6666

6767
function attachInsights(){

0 commit comments

Comments
 (0)