Skip to content
Snippets Groups Projects
Commit b4c98a97 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Last fix

parent 98633661
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,7 @@ class ResultsList extends List {
// console.log(this);
this.page = event.target.value;
this.update();
this.activateInspect();
if (expertModeSwitchElement.checked) {
this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
}
......
......@@ -234,7 +234,7 @@
</div>
</div>
<div class="modal-footer">
<a href="#!" class="left waves-effect waves-light btn disable">Export</a>
<a href="#!" class="left waves-effect waves-light btn disabled">Export</a>
<a href="#!" class="modal-close waves-effect waves-light red btn">Close</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment