if (this.renaming === null && this.selected !== null && this.selected.className.indexOf(' addr ') > -1) {
            var address = get_address_from_class(this.selected);
            this.renaming = this.selected;
            this.renameOldValue = this.selected.innerHTML;
            this.rbox = document.createElement('input');