From 4ed6ae52bfebd57d8e04dacc0eee357dc88e78a5 Mon Sep 17 00:00:00 2001 From: Lukas Nowy Date: Wed, 20 Feb 2019 20:40:06 +0100 Subject: [PATCH] fix --- express-server/public/javascripts/login.js | 6 +++--- express-server/public/ocrscan/ocrscan.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/express-server/public/javascripts/login.js b/express-server/public/javascripts/login.js index 1bf15857..7c4e8555 100644 --- a/express-server/public/javascripts/login.js +++ b/express-server/public/javascripts/login.js @@ -73,7 +73,7 @@ var vue = new Vue({ } }, -<<<<<<< HEAD + mounted() { /*axios.post('/user', { message_id: 'test', @@ -85,7 +85,7 @@ var vue = new Vue({ console.log(error); });*/ } -======= + // mounted() { // axios.post('/user', { // message_id: 'test', @@ -97,5 +97,5 @@ var vue = new Vue({ // console.log(error); // }); // } ->>>>>>> 51e8fe7ad3886f317cd447a9b70b535cd6668806 + }); \ No newline at end of file diff --git a/express-server/public/ocrscan/ocrscan.js b/express-server/public/ocrscan/ocrscan.js index 91b678ea..eda882c5 100644 --- a/express-server/public/ocrscan/ocrscan.js +++ b/express-server/public/ocrscan/ocrscan.js @@ -44,11 +44,11 @@ var config = { firebase.initializeApp(config); getAllShoppinglists(); -<<<<<<< HEAD + updateUser(); displayShoppinglist(); -======= ->>>>>>> 51e8fe7ad3886f317cd447a9b70b535cd6668806 + + function movePurchases(text) { firebase.auth().onAuthStateChanged(function(user){if(user){firebase.auth().currentUser.getIdToken(/* forceRefresh */ true).then(function(idtoken) {