Conpherence - fix a few bugs

Summary: Fixes T3280 - when a pontificate brought back multiple transactions, we were rendering a comma. Yay hsprintf. Also fixes the noconpherences view, which broke at some point recently.

Test Plan: sent comment, then replied from different browser. when both comments loaded noted no comma. loaded a conpherence view with no conpherences and verified it looked good.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin, chad

Maniphest Tasks: T3280

Differential Revision: https://secure.phabricator.com/D6079
This commit is contained in:
Bob Trahan
2013-05-30 12:42:55 -07:00
parent 6008559b35
commit cf5009d5fb
6 changed files with 39 additions and 17 deletions

View File

@@ -451,6 +451,8 @@ JX.behavior('conpherence-menu', function(config) {
} else {
var nothreads = JX.DOM.find(layout, 'div', 'conpherence-no-threads');
nothreads.style.display = 'block';
markThreadLoading(false);
markWidgetLoading(false);
}
}
}