mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
allquestions dbs cache fix, minor style changes
This commit is contained in:
parent
14d8e43083
commit
1337bcdd1a
5 changed files with 15 additions and 10 deletions
|
@ -50,7 +50,6 @@ function getSinceDate(keyword) {
|
|||
|
||||
async function getListFromServer(since) {
|
||||
return new Promise((resolve, reject) => {
|
||||
console.info('Fetching data')
|
||||
let query = ''
|
||||
if (since && since !== 'all') {
|
||||
query = `?since=${getTimeString(getSinceDate(since))}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue