mirror of
https://github.com/wassname/keywordshitter2.git
synced 2026-06-27 16:10:23 +08:00
bugfix
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ function QueryKeyword(search) {
|
||||
.getAll(search)
|
||||
.onsuccess = function(e) {
|
||||
// console.log(e.target.result);
|
||||
if (e.target.result){
|
||||
if (e.target.result.length){
|
||||
// search was done previously so display results from db
|
||||
var retList = [];
|
||||
for (var i = 0; i < e.target.result.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user