ASTROPORT

onelove
This commit is contained in:
qo-op 2020-05-14 02:41:09 +02:00
parent 196cef461e
commit 4bee219be5
1 changed files with 2 additions and 2 deletions

View File

@ -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");