welcome popup + mobile friendly #3

Open
senaduka wants to merge 8 commits from welcome-popup into master
4 changed files with 27626 additions and 28 deletions
Showing only changes of commit 7f3f08c65c - Show all commits

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ node_modules
crawler/build
backend/build
npm-debug.log
crawler.log

View File

@@ -752,7 +752,7 @@ router.get('/search/listings', function () {
//Get only ads with location
query = Object.assign(query, {
has_map: true
hasMap: true
});
//AND

View File

@@ -0,0 +1 @@
RENTAL_FROM_PAGE=1 RENTAL_TO_PAGE=45 PROSTOR_FROM_PAGE=1 PROSTOR_TO_PAGE=26 MONGO_URL=mongodb://localhost:27017/kivi node /home/bilal/kivi/crawler/build/crawler.js > /home/bilal/crawler.log

27650
web/dist/app.bundle.js vendored

File diff suppressed because one or more lines are too long