From 4bee219be5061d69031f5895638db72ee2a1f8a2 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 14 May 2020 02:41:09 +0200 Subject: [PATCH] ASTROPORT onelove --- www/LOVELand/ajaxform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/LOVELand/ajaxform.js b/www/LOVELand/ajaxform.js index 40390db..06f6381 100644 --- a/www/LOVELand/ajaxform.js +++ b/www/LOVELand/ajaxform.js @@ -1,6 +1,6 @@ jQuery(document).ready(function () { - var nodename = slashes.concat(window.location.hostname); - $('#nodename').html(nodename); + var host = window.location.hostname; + $('#nodename').html(host); $("#formphone").submit(function(e) { e.preventDefault(); // avoid to execute the actual submit of the form. console.log("button PHONE clicked");