Fix horizontal scrollbar in Edge #3

This commit is contained in:
yflory
2017-02-28 17:13:51 +01:00
parent d683dc499a
commit 345d2faab2
5 changed files with 8 additions and 2 deletions

View File

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