We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7248d60 commit 4317300Copy full SHA for 4317300
public/javascripts/jquery.annotation.js
@@ -61,7 +61,7 @@
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("insight_button").click(function(){addTags();})
+ container.find(".insight_button").click(function(){addTags();})
65
}
66
67
function attachInsights(){
0 commit comments