|
@ -20,7 +20,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
</form> |
|
|
<div if={showHelp} |
|
|
<div if={ showHelp } |
|
|
class="help-toast toast toast-primary"> |
|
|
class="help-toast toast toast-primary"> |
|
|
<button onclick={clearHelp} |
|
|
<button onclick={clearHelp} |
|
|
class="btn btn-clear float-right"> |
|
|
class="btn btn-clear float-right"> |
|
@ -30,10 +30,10 @@ |
|
|
<div if={ booksLoading } class="search-load"> |
|
|
<div if={ booksLoading } class="search-load"> |
|
|
</div> |
|
|
</div> |
|
|
</search> |
|
|
</search> |
|
|
var self = this; |
|
|
|
|
|
function clearHelp() { |
|
|
function clearHelp() { |
|
|
self.showHelp = false; |
|
|
this.showHelp = false; |
|
|
self.update(); |
|
|
this.update(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function submit(ev) { |
|
|
function submit(ev) { |
|
|