mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
funny
This commit is contained in:
@@ -186,7 +186,7 @@ function submitAndClose(id,title){
|
||||
|
||||
function submit(id,title,type){
|
||||
|
||||
socket.emit("add", [id, decodeURI(title), adminpass]);
|
||||
socket.emit("add", [id, decodeURIComponent(title), adminpass]);
|
||||
if(type){
|
||||
document.getElementById("search").value = "";
|
||||
$("#results").html = "";
|
||||
|
||||
Reference in New Issue
Block a user