Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit 5579392

Browse files
kluzynickkluzynick
authored andcommitted
Fixed static IP problem
1 parent 130fd33 commit 5579392

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

frontend/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<h1> Kluzy-Test-Server </h1>
99
<p> Note: Searches are exact only!</p>
10-
<input type="button" onclick="hello_world()" value="Say hi to JavaScript"/>
10+
<input type="button" onclick="hello_world()" value="Say hello to JavaScript"/>
1111
<ul id="JsHi"></ul>
1212
<input type="button" onclick="location.href='/users/index'" value="Users database"/><br>
1313
<!--

frontend/www/users/add.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<title>Kluzy-Users</title>
4+
<script type="text/javascript" src="/../settings.js"></script>
45
<script type="text/javascript" src="add_user.js"></script>
56
</head>
67
<body>

frontend/www/users/edit.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<title>Kluzy-Users</title>
4+
<script type="text/javascript" src="/../settings.js"></script>
45
<script type="text/javascript" src="update_user.js"></script>
56
</head>
67
<body onload="get_user_from_url();">

frontend/www/users/search.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<html>
22
<head>
33
<title>Search Users</title>
4-
<script type="text/javascript" src="/get_users.js"></script>
4+
<script type="text/javascript" src="/../settings.js"></script>
5+
<script type="text/javascript" src="/get_users.js"></script>
56
</head>
67
<body>
78
<h1> Search Users Database </h1>

0 commit comments

Comments
 (0)