Skip to content

Commit

Permalink
deploy url update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Cheikh committed Mar 27, 2024
1 parent 3ad1ef8 commit 3eac853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chatroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1><i class="fa fa-comment"> </i> Random Chat</h1>

<!-- ===========El ba3then =============================================================================================================================================================================================================================================================================================================================================================================================================== -->

<form id="submitForm" class="message-form" action="https://script.google.com/macros/s/AKfycbzNGxkAAZWxcBS2X2hV443_WOHOOnc3VF0RjrGQdIqeKRPBOurRV_yaJhTTmjVEzjsD/exec" method="POST">
<form id="submitForm" class="message-form" action="https://script.google.com/macros/s/AKfycbzOSgQUxpOhLOE8HYxtWau8QW2pr2lGpM5HrTd8WxYbrZ-oKYijqO6ioStlDmSxeuay/exec" method="POST">
<input name="message" id="messageInput" placeholder="Type your message here" required pattern=".*\S+.*">
<button id="sendButton" type="submit" class="submit-button"><i class="fa fa-paper-plane" id="fa"></i>&ThickSpace; <span class="button-hide" >send</span></button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion data-display-resource.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// Function to fetch data from Google Sheets
function fetchData() {
fetch('https://script.google.com/macros/s/AKfycbzNGxkAAZWxcBS2X2hV443_WOHOOnc3VF0RjrGQdIqeKRPBOurRV_yaJhTTmjVEzjsD/exec')
fetch('https://script.google.com/macros/s/AKfycbzOSgQUxpOhLOE8HYxtWau8QW2pr2lGpM5HrTd8WxYbrZ-oKYijqO6ioStlDmSxeuay/exec')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(document).ready(function() {
// Function to fetch data from Google Sheets
function fetchData() {
fetch('https://script.google.com/macros/s/AKfycbzNGxkAAZWxcBS2X2hV443_WOHOOnc3VF0RjrGQdIqeKRPBOurRV_yaJhTTmjVEzjsD/exec')
fetch('https://script.google.com/macros/s/AKfycbzOSgQUxpOhLOE8HYxtWau8QW2pr2lGpM5HrTd8WxYbrZ-oKYijqO6ioStlDmSxeuay/exec')
.then(response => {
if (!response.ok) {
throw new Error('Network response was not ok');
Expand Down

0 comments on commit 3eac853

Please sign in to comment.