Skip to content

Commit

Permalink
Update on 404.html (publiclab#11352)
Browse files Browse the repository at this point in the history
Deleted line 68 to 76
Added Open Chatroom link
  • Loading branch information
zexinbeh authored Aug 12, 2022
1 parent 21eddf9 commit 4f3503d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,7 @@ <h2>Ask for help in the Public Lab chatroom</h2>

<p>Community members and staff may be able to help you in real time.</p>

<script>
chatroom = function() {
$('#chat-error').append('<iframe width="100%" height="500px" style="border:none;" src="https://chat.publiclab.org"></iframe>').show();
}
</script>

<p><a class="btn btn-primary" onClick="chatroom()">Open chatroom</a></p>

<div id="chat-error"></div>
<p><a href="https://publiclab.org/chat" target="_blank" class="btn btn-primary">Open chatroom</a></p>

</div>

Expand Down

0 comments on commit 4f3503d

Please sign in to comment.