svncommit
2007-10-17 b119e24154315cbd21ae2609ea84ad0346598543
Fix sorting after parent folder renaming.


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -2699,7 +2699,7 @@
    this.sort_subscription_list();
    this.init_subscription_list();
    if (selection)
    if (selection && document.getElementById('rcmrow'+selection))
      this.subscription_list.select_row(selection);
    if (document.getElementById('rcmrow'+id).scrollIntoView)