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 b858ac6 commit 7248d60Copy full SHA for 7248d60
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("span.insight_button").click(function(){addTags();})
+ container.find("insight_button").click(function(){addTags();})
65
}
66
67
function attachInsights(){
0 commit comments