Changed fb_log_in to flo_log_in line 420
This commit is contained in:
parent
b121f72cf6
commit
3e7fc54da0
@ -417,7 +417,7 @@ function MyTransactions() {
|
|||||||
|
|
||||||
function checkLoginStatusJS() {
|
function checkLoginStatusJS() {
|
||||||
|
|
||||||
$(document).on('click drop', '.fb_log_in', function (e) {
|
$(document).on('click drop', '.flo_log_in', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$('#LoginModel').modal('toggle');
|
$('#LoginModel').modal('toggle');
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user