Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -51,7 +51,7 @@ sendLogin = function(){
|
|
51 |
else {
|
52 |
if(waitReply == 0){
|
53 |
waitReply = 1;
|
54 |
-
$.post('
|
55 |
password: upass,
|
56 |
username: uuser
|
57 |
}, function(response) {
|
|
|
51 |
else {
|
52 |
if(waitReply == 0){
|
53 |
waitReply = 1;
|
54 |
+
$.post('login', {
|
55 |
password: upass,
|
56 |
username: uuser
|
57 |
}, function(response) {
|