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 2ad31c6 commit 5fa65b4Copy full SHA for 5fa65b4
messages.html
@@ -239,7 +239,7 @@ <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
window.onload = function {
245
getMessagesForRecipient();
0 commit comments