Reviewed by Adam Barth.
fix message container selector for code review tool
https://bugs.webkit.org/show_bug.cgi?id=51959
* code-review.js:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75127
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-05 Ojan Vafai <ojan@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ fix message container selector for code review tool
+ https://bugs.webkit.org/show_bug.cgi?id=51959
+
+ * code-review.js:
+
2011-01-04 Ojan Vafai <ojan@chromium.org>
Increment version number to avoid getting the cached JS file.
descriptor = comments.length + ' comment';
if (comments.length > 1)
descriptor += 's';
- $('.message .commentStatus').text('This patch has ' + descriptor + '. Scroll through them with the "n" and "p" keys.');
+ $('#message .commentStatus').text('This patch has ' + descriptor + '. Scroll through them with the "n" and "p" keys.');
}
function scanForComments(author, text) {