Fix horizontal scrollbar in Edge #2

This commit is contained in:
yflory
2017-02-28 17:03:23 +01:00
parent 7a0a87bf6c
commit d683dc499a
5 changed files with 26 additions and 46 deletions

View File

@@ -13,8 +13,6 @@ define([
var $main = $('#mainBlock');
var Messages = Cryptpad.Messages;
$('#noscriptContainer').hide();
// Language selector
var $sel = $('#language-selector');
Cryptpad.createLanguageSelector(undefined, $sel);