We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760c737 commit 10c1a71Copy full SHA for 10c1a71
godwin/sdb3/messaging.html
@@ -19,6 +19,9 @@ <h2>godwin@sdb3.org</h2>
19
20
<script type='text/javascript'>
21
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;
25
26
function clearAuthSession() {
27
console.log("Clearing user session.");
0 commit comments