| | |
| | | var refrow, form; |
| | | var tbody = this.gui_objects.subscriptionlist.tBodies[0]; |
| | | var id = replace && replace.id ? replace.id : tbody.childNodes.length+1; |
| | | var selection = this.subscription_list.get_single_selection(); |
| | | |
| | | if (!id || !(refrow = document.getElementById(refid))) |
| | | { |
| | |
| | | |
| | | this.sort_subscription_list(); |
| | | this.init_subscription_list(); |
| | | if (selection) |
| | | this.subscription_list.select_row(selection); |
| | | |
| | | if (document.getElementById('rcmrow'+id).scrollIntoView) |
| | | document.getElementById('rcmrow'+id).scrollIntoView(); |