[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

ojan at chromium.org ojan at chromium.org
Fri Jan 21 14:59:49 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit c41a920d95fed83dc08fea5d77cc988e536bf0a7
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 02:33:23 2011 +0000

    2011-01-05  Ojan Vafai  <ojan at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75127 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Websites/bugs.webkit.org/ChangeLog b/Websites/bugs.webkit.org/ChangeLog
index 46927c4..e37dd88 100644
--- a/Websites/bugs.webkit.org/ChangeLog
+++ b/Websites/bugs.webkit.org/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-05  Ojan Vafai  <ojan at 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 at chromium.org>
 
         Increment version number to avoid getting the cached JS file.
diff --git a/Websites/bugs.webkit.org/code-review.js b/Websites/bugs.webkit.org/code-review.js
index daa99e7..49cad00 100644
--- a/Websites/bugs.webkit.org/code-review.js
+++ b/Websites/bugs.webkit.org/code-review.js
@@ -182,7 +182,7 @@
     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) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list