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

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