[Pkg-mozext-commits] [wot] 209/226: Fixes #83 Broken layout
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit 930eb60deafa2d4b556ecc1f99325bb15e880b9b
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Wed Mar 19 11:30:05 2014 +0200
Fixes #83 Broken layout
---
content/rw/ratingwindow.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/rw/ratingwindow.js b/content/rw/ratingwindow.js
index 4106096..8a043b0 100644
--- a/content/rw/ratingwindow.js
+++ b/content/rw/ratingwindow.js
@@ -70,6 +70,7 @@ $.extend(wot, { ratingwindow: {
wot.ratingwindow.cat_selector.is_illogical = false;
$(".category-description").removeClass("warning");
$("#btn-submit").removeClass("warning highlight");
+ $(".user-comm-activity").hide();
},
updatestate: function(target, data)
@@ -1629,7 +1630,7 @@ $.extend(wot, { ratingwindow: {
rate: {
visible: ["#ratings-area", "#rate-buttons", "#categories-selection-area", "#main-area"],
invisible: ["#reputation-info", "#user-communication", "#rated-votes",
- "#commenting-area", "#thanks-area", "#ok-button", "#wg-area", "#wg-about-area"],
+ "#commenting-area", "#thanks-area", "#ok-button", "#wg-area", "#wg-about-area", ".user-comm-activity"],
addclass: "rate",
removeclass: "view-mode rated unrated commenting thanks wgcommenting wgexpanded wgabout",
@@ -1671,7 +1672,7 @@ $.extend(wot, { ratingwindow: {
comment: { // Commenting during rating process
visible: ["#ratings-area", "#rate-buttons", "#commenting-area", "#rated-votes", "#main-area"],
- invisible: ["#reputation-info", "#user-communication", "#categories-selection-area",
+ invisible: ["#reputation-info", "#user-communication", "#categories-selection-area", ".user-comm-activity",
"#thanks-area", "#ok-button", "#wg-area", "#wg-about-area"],
addclass: "commenting",
removeclass: "view-mode rated unrated rate thanks wgcommenting wgexpanded wgabout",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list