Aleksander Machniak
2012-10-10 9de86aaaa9db6ac3ae36a0ad13fa82a0d02938a1
Lower the limit of folders list size (to 100, 25 for IE) when the names abbreviation is in action
1 files modified
2 ■■■ changed files
skins/classic/functions.js 2 ●●● patch | view | raw | blame | history
skins/classic/functions.js
@@ -635,7 +635,7 @@
  var list = $('#mailboxlist > li a, #mailboxlist ul:visible > li a');
  // it's too slow with really big number of folders, especially on IE
  if (list.length > 500 * (bw.ie ? 0.2 : 1))
  if (list.length > (bw.ie ? 25 : 100))
    return;
  list.each(function(){