Skip to content

Commit

Permalink
[FIX]Removed debug URL
Browse files Browse the repository at this point in the history
  • Loading branch information
404LiverNotFound committed Nov 14, 2023
1 parent 794e6ac commit 6326bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function saveToFile(filename, text)
}

// getMainBG("title", "speaker")
const DefaultMainBGURL = "http://127.0.0.1:5500/video.html" //"https://obs.nisra.net/title.html"
const DefaultMainBGURL = "https://obs.nisra.net/video.html"
function getMainBG(title, speaker, bgColor)
{
return `${DefaultMainBGURL}?title=${encodeURI(title)}&speaker=${encodeURI(speaker)}`
Expand All @@ -36,7 +36,7 @@ function getCommentURL(url, slido, youtube)
}

// getTextURL("text")
const DefaultTextUrl = "http://127.0.0.1:5500/title.html?title="//"https://obs.nisra.net/title.html?title="
const DefaultTextUrl = "https://obs.nisra.net/title.html?title="
function getTextURL(text, opening)
{
text = encodeURI(text);
Expand Down

0 comments on commit 6326bfc

Please sign in to comment.