Clicking "reply to annotation" scrolls to the problem (specified in xml by problem=index).

This commit is contained in:
Arthur Barrett
2013-02-21 17:01:43 -05:00
parent a8178de497
commit 0e2c46a718
4 changed files with 34 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
(function () {
console.log('annotation input loaded: ', this);
var update = function() {
alert("o hi");
console.log("annotation input update");
};
var inputs = $('.annotation-input input');