Skip to content

Commit

Permalink
Update raw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrischa authored Dec 18, 2024
1 parent 15a21be commit 784834e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
var articles = document.querySelectorAll('article');
var timestamp = new Date().toLocaleString();
// HTML Template
alert('da');
var htmlContent = `
<!DOCTYPE html>
<html>
Expand Down Expand Up @@ -103,7 +104,7 @@
<div class="chat-container">
`;

alert('da');

// Process articles and add messages
articles.forEach(function (article, index) {
var messageContent = article.querySelector('.whitespace-pre-wrap, .markdown');
Expand Down

0 comments on commit 784834e

Please sign in to comment.