We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc9be6 commit 1abba84Copy full SHA for 1abba84
messages.html
@@ -239,7 +239,8 @@ <h3>Messages<span id="alerts" class="badge">Loading...</span></h3>
239
240
// After 3 seconds, remove the show class from DIV
241
setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
242
- window.location.href = message_person.html;
+ window.location.href = "message_person.html";
243
+
244
}
245
window.onload = function {
246
getMessagesForRecipient();
0 commit comments