Skip to content

Commit 10c1a71

Browse files
Add variables for session management in messaging.html
1 parent 760c737 commit 10c1a71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

godwin/sdb3/messaging.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ <h2>godwin@sdb3.org</h2>
1919

2020
<script type='text/javascript'>
2121
document.getElementById('editThisPageLink').href = "https://github.com/ESW1234/esw1234.github.io/edit/master" + window.location.pathname;
22+
var isInitialized = false,
23+
isLaunched = false,
24+
isWithinBusinessHours = false;
2225

2326
function clearAuthSession() {
2427
console.log("Clearing user session.");

0 commit comments

Comments
 (0)