Skip to content

Commit 4fdff6d

Browse files
committed
Removed return false
1 parent bfdf7ca commit 4fdff6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function userForm() {
2222
} else {
2323
document.getElementById("memberships").innerHTML = "Basic Membership";
2424
}
25-
return false;
2625
};
2726

2827
//Excels section
@@ -67,7 +66,6 @@ function myExcelFuns() {
6766
} else {
6867
alert("Please enter a numeric value with spaces to proceed.");
6968
}
70-
return false;
7169
};
7270

7371
//Popup

0 commit comments

Comments
 (0)