Remove commented out test code.

This commit is contained in:
Bradley M. Kuhn 2014-11-15 18:42:26 -05:00
parent ab40337b50
commit 04b105a147

View file

@ -25,9 +25,3 @@ $( ".footnote-mark" ).tooltip({
}
}});
});
// $(function() {
// $( document ).tooltip({
// content: function() {
// var element = $( this );
// return "HI";
// }});});