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){
|
function submit(id,title,type){
|
||||||
|
|
||||||
socket.emit("add", [id, decodeURI(title), adminpass]);
|
socket.emit("add", [id, decodeURIComponent(title), adminpass]);
|
||||||
if(type){
|
if(type){
|
||||||
document.getElementById("search").value = "";
|
document.getElementById("search").value = "";
|
||||||
$("#results").html = "";
|
$("#results").html = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user