Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-04-24 11:11:49 +02:00
commit 943c17cbe5

View File

@ -912,6 +912,7 @@ var ResizeHandler = function () {
// need to call this now and then, browser might decide
// to show/hide horizontal scrollbars depending on page content width
setInterval(this.treeResize, 2000);
this.treeResize();
}; // End of ResizeHandler
/**