From ff796b17fc53cad90b28bbc4589b1f00f67ecd1e Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 19:57:23 +0100 Subject: [PATCH] git merge is a pain --- frontend/frontend.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index d695ddf..085e0c4 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -13,12 +13,8 @@ function updateData () { timeout: 2500 // this should be a pretty sane timeout }).done( document.write(globalObject) -<<<<<<< HEAD ); // INSERT THE DATA HANDLER HERE!!! } -======= - ) // INSERT THE DATA HANDLER HERE!!! ->>>>>>> e4522f11b76f89c9bb6ef2c93f09b17877b11b9c function fillTable (obj, dom) { // applies data in obj[0] to HTML tags with the obj's key as ID.