* Removes meta data from the page
()
| 111 | * Removes meta data from the page |
| 112 | */ |
| 113 | function removeMetaData() { |
| 114 | metaNode.hide().removeData().find('table').remove() |
| 115 | thumbNode.hide().empty() |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Updates the results view |
no outgoing calls
no test coverage detected