Skip to content

Commit 1abba84

Browse files
authored
Update messages.html
1 parent 2bc9be6 commit 1abba84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messages.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ <h3>Messages<span id="alerts" class="badge">Loading...</span></h3>
239239

240240
// After 3 seconds, remove the show class from DIV
241241
setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
242-
window.location.href = message_person.html;
242+
window.location.href = "message_person.html";
243+
243244
}
244245
window.onload = function {
245246
getMessagesForRecipient();

0 commit comments

Comments
 (0)