Merge branch 'soon' into staging

This commit is contained in:
yflory
2018-03-14 17:17:00 +01:00
22 changed files with 556 additions and 297 deletions

View File

@@ -400,7 +400,7 @@ define([
});
show();
Common.getAttribute(['toolbar', 'userlist-drawer'], function (err, val) {
if (val === false || $(window).height() < 800) { return void hide(); }
if (val === false || $(window).width() < 800) { return void hide(); }
show();
});