Fix infieldLabels selector
This commit is contained in:
parent
0e2936f069
commit
f74bf04798
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ var View = {
|
||||||
});
|
});
|
||||||
|
|
||||||
Diaspora.widgets.subscribe("stream/scrolled", function() {
|
Diaspora.widgets.subscribe("stream/scrolled", function() {
|
||||||
$('#main_stream .comments label').inFieldLabels();
|
$('#main_stream label').inFieldLabels();
|
||||||
});
|
});
|
||||||
|
|
||||||
Diaspora.widgets.subscribe("stream/reloaded", function() {
|
Diaspora.widgets.subscribe("stream/reloaded", function() {
|
||||||
$('#main_stream .comments label').inFieldLabels();
|
$('#main_stream label').inFieldLabels();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue