Skip to content

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
leohearts committed Aug 31, 2021
1 parent 037b887 commit ba68393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions watchbird-source.php
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ function handle_replay(){
async function submitFlag(flag){
var submit_packet_header = document.getElementById("submit_packet_header").value;
var submit_packet_body = document.getElementById("submit_packet_body").value;
submit_packet_body = submit_packet_body.replace("{flag_content}", flag);
var headerList = submit_packet_header.split("\\n");
var finalPacket = "";
var isPost = (submit_packet_body.trim().length != 0);
Expand Down

0 comments on commit ba68393

Please sign in to comment.