From ed20989e140732046bd46563a34d6e07ba71f9b4 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 2 Jun 2019 09:32:36 +0200 Subject: [PATCH] Modified function name --- lib/js/manage.js | 2 +- lib/php/manage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/js/manage.js b/lib/js/manage.js index e4f474e..c70718b 100644 --- a/lib/js/manage.js +++ b/lib/js/manage.js @@ -1,4 +1,4 @@ -function urlinsert() { +function insertNewURL() { var url = document.getElementById ( "form-url" ).value; var xhr = new XMLHttpRequest ( ); xhr.open ( "POST", 'insert', true ); diff --git a/lib/php/manage.php b/lib/php/manage.php index 3ab40f6..769f9c6 100644 --- a/lib/php/manage.php +++ b/lib/php/manage.php @@ -30,7 +30,7 @@ ?> -
+