forked from rosa/hakurei
Compare commits
8 Commits
c45a09e173
...
dfff3ea547
| Author | SHA1 | Date | |
|---|---|---|---|
|
dfff3ea547
|
|||
|
8842949d52
|
|||
|
4f8dec2dc7
|
|||
|
e25a8dbc5c
|
|||
|
297a3d90db
|
|||
|
d12b48d6f8
|
|||
|
20347d2146
|
|||
| 4f73062292 |
@@ -214,6 +214,10 @@ class State {
|
|||||||
}
|
}
|
||||||
STATE.maxTotal = res.count!
|
STATE.maxTotal = res.count!
|
||||||
STATE.updateRange()
|
STATE.updateRange()
|
||||||
|
if(res.count! < 1) {
|
||||||
|
alert("no results found!")
|
||||||
|
exitSearch()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
getRequest(this.getEntriesPerPage(), this.getEntryIndex(), this.getSortOrder())
|
getRequest(this.getEntriesPerPage(), this.getEntryIndex(), this.getSortOrder())
|
||||||
|
|||||||
Reference in New Issue
Block a user