ikraamkb commited on
Commit
4e47880
·
verified ·
1 Parent(s): 18a01f3

Update static/hellopagejs.js

Browse files
Files changed (1) hide show
  1. static/hellopagejs.js +1 -1
static/hellopagejs.js CHANGED
@@ -1,7 +1,7 @@
1
  document.addEventListener('DOMContentLoaded', function () {
2
  const SC = document.querySelector('.SC');
3
  const QA = document.querySelector('.QA');
4
-
5
  SC.addEventListener('click', function () {
6
  window.location.href = '/summarization'; // Redirect to Summarization app
7
  });
 
1
  document.addEventListener('DOMContentLoaded', function () {
2
  const SC = document.querySelector('.SC');
3
  const QA = document.querySelector('.QA');
4
+ console.log("hello")
5
  SC.addEventListener('click', function () {
6
  window.location.href = '/summarization'; // Redirect to Summarization app
7
  });