Commit f0091c9c authored by JC Brand's avatar JC Brand

Control box toggle's class has been changed.

parent 1bea7a1a
......@@ -998,7 +998,7 @@ The "controlbox" refers to the special chatbox containing your contacts roster,
status widget, chatrooms and other controls.
By default this box is hidden and can be toggled by clicking on any element in
the page with class *toggle-online-users*.
the page with class *toggle-controlbox*.
If this options is set to true, the controlbox will by default be shown upon
page load.
......
......@@ -494,7 +494,7 @@
runs(function () {
utils.closeAllChatBoxes();
});
waits(250);
waits(50);
runs(function () {
utils.openControlBox();
});
......
......@@ -41,7 +41,7 @@
};
utils.openControlBox = function () {
var toggle = $(".toggle-online-users");
var toggle = $(".toggle-controlbox");
if (!$("#controlbox").is(':visible')) {
if (!toggle.is(':visible')) {
toggle.show(toggle.click);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment