Changed fb_log_in to flo_log_in line 420

This commit is contained in:
tripathyr 2021-11-06 09:23:26 +05:30 committed by GitHub
parent b121f72cf6
commit 3e7fc54da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,7 @@ function MyTransactions() {
function checkLoginStatusJS() {
$(document).on('click drop', '.fb_log_in', function (e) {
$(document).on('click drop', '.flo_log_in', function (e) {
e.preventDefault();
$('#LoginModel').modal('toggle');
});