diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 48ee66c..b508be5 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -188,6 +188,7 @@ ReplyBox.prototype.hide = function() { } onready(function(){ + return; /* disabled */ var replyBox = new ReplyBox(); replyBox.hide(); document.reply = replyBox; diff --git a/contrib/lua/memeposting.lua b/contrib/lua/memeposting.lua index b7f4cf0..0b90b19 100644 --- a/contrib/lua/memeposting.lua +++ b/contrib/lua/memeposting.lua @@ -31,7 +31,7 @@ function pre_text(str) str = str:gsub("%)", ")") str = str:gsub("%[", "[") str = str:gsub("\\", "\") - -- str = str:gsub("/", "/") + str = str:gsub("//", "//") str = str:gsub("%]", "]") str = str:gsub("==", "==") str = str:gsub("@", "@")