Changeset 880 in subversion
- Timestamp:
- Oct 17, 2007 5:42:50 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r879 r880 2655 2655 var tbody = this.gui_objects.subscriptionlist.tBodies[0]; 2656 2656 var id = replace && replace.id ? replace.id : tbody.childNodes.length+1; 2657 var selection = this.subscription_list.get_single_selection(); 2657 2658 2658 2659 if (!id || !(refrow = document.getElementById(refid))) … … 2699 2700 this.sort_subscription_list(); 2700 2701 this.init_subscription_list(); 2702 if (selection) 2703 this.subscription_list.select_row(selection); 2701 2704 2702 2705 if (document.getElementById('rcmrow'+id).scrollIntoView)
Note: See TracChangeset
for help on using the changeset viewer.
