yulongchen commited on
Commit
d14f6f6
·
1 Parent(s): b94c715

Add system

Browse files
Files changed (1) hide show
  1. test.html +2 -2
test.html CHANGED
@@ -108,7 +108,7 @@
108
  id="check"
109
  class="mt-4 px-6 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-500"
110
  >
111
- Let's fact check!
112
  </button>
113
 
114
  <div id="progress" class="mt-6 hidden border p-4 rounded-lg bg-white shadow">
@@ -531,7 +531,7 @@
531
  document.getElementById("pledge-author").value = "Labour";
532
  document.getElementById("pledge-date").value = "2024-07-04";
533
  suggestedPledge = { text, index };
534
- alert("✅ This pledge has been filled in. You can now click 'Let's fact check!'");
535
  await fetch("/api/log-similar-selection", {
536
  method: "POST",
537
  headers: { "Content-Type": "application/json" },
 
108
  id="check"
109
  class="mt-4 px-6 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-500"
110
  >
111
+ Let's check!
112
  </button>
113
 
114
  <div id="progress" class="mt-6 hidden border p-4 rounded-lg bg-white shadow">
 
531
  document.getElementById("pledge-author").value = "Labour";
532
  document.getElementById("pledge-date").value = "2024-07-04";
533
  suggestedPledge = { text, index };
534
+ alert("✅ This pledge has been filled in. You can now click 'Let's check!'");
535
  await fetch("/api/log-similar-selection", {
536
  method: "POST",
537
  headers: { "Content-Type": "application/json" },