Fix bug
This commit is contained in:
parent
be9ec49220
commit
760fa30588
|
@ -700,7 +700,7 @@ $(function() {
|
||||||
$(submitButton).attr("disabled", true);
|
$(submitButton).attr("disabled", true);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: '/info_window',
|
url: '/users/sign_in',
|
||||||
data: {
|
data: {
|
||||||
'commit': submitButton.val(),
|
'commit': submitButton.val(),
|
||||||
'utf8': '✓',
|
'utf8': '✓',
|
||||||
|
|
Loading…
Reference in New Issue