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 8ab7c1c commit b858ac6Copy full SHA for b858ac6
public/javascripts/jquery.annotation.js
@@ -58,10 +58,10 @@
58
}
59
60
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();})
+ container.find("span.trash").click(function(){container.fadeOut()});
+ container.find("span.comment").click(function(){attachComment()});
+ container.find("span.attach").click(function(){attachInsights()});
+ container.find("span.insight_button").click(function(){addTags();})
65
66
67
function attachInsights(){
0 commit comments