()
| 138 | curState: any = undefined; |
| 139 | |
| 140 | reset() { |
| 141 | this.url = window.location.href; |
| 142 | this.UILoaded = false; |
| 143 | this.curState = undefined; |
| 144 | this.setSearchObj(undefined); |
| 145 | if (this.trackingModeInstance) { |
| 146 | this.trackingModeInstance.stop(); |
| 147 | this.trackingModeInstance = undefined; |
| 148 | } |
| 149 | $('#flashinfo-div, #flash-div-bottom, #flash-div-top, #malp').remove(); |
| 150 | clearInterval(this.imageFallbackInterval); |
| 151 | } |
| 152 | |
| 153 | setSearchObj(searchObj) { |
| 154 | if (searchObj) { |