Skip to content

Commit 7248d60

Browse files
committed
oops
1 parent b858ac6 commit 7248d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/javascripts/jquery.annotation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
container.find("span.trash").click(function(){container.fadeOut()});
6262
container.find("span.comment").click(function(){attachComment()});
6363
container.find("span.attach").click(function(){attachInsights()});
64-
container.find("span.insight_button").click(function(){addTags();})
64+
container.find("insight_button").click(function(){addTags();})
6565
}
6666

6767
function attachInsights(){

0 commit comments

Comments
 (0)