Aleksander Machniak
2012-10-10 9bfaf5f070bd62355d9d0b87e87e57c835549ac0
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/default/functions.js 2 ●●● patch | view | raw | blame | history
skins/default/functions.js
@@ -590,7 +590,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(){