Skip to content

Commit 5fa65b4

Browse files
authored
Update messages.html
1 parent 2ad31c6 commit 5fa65b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <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;
243243
}
244244
window.onload = function {
245245
getMessagesForRecipient();

0 commit comments

Comments
 (0)