X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjs%2Fblerg.js;h=0d114cb22f70ef8d0f3e21a490aac81f14741241;hb=6d460ea60252c7bb6b567b06e4428e3e7986885e;hp=6857bdb8fdf3f7b239e09d86c38ce812c21ff439;hpb=79a8b4304e691959e39d24fe9438d73bcea1badf;p=blerg.git diff --git a/www/js/blerg.js b/www/js/blerg.js index 6857bdb..0d114cb 100644 --- a/www/js/blerg.js +++ b/www/js/blerg.js @@ -62,13 +62,3 @@ function passwd_cancel() { $('navigation').show(); urlSwitch(); } - -function ExternalURLPost(m) { - this.title = decodeURIComponent(m[1]).replace(']','').replace('[',''); - this.url = decodeURIComponent(m[2]); -} - -ExternalURLPost.prototype.show = function() { - $('post.content').value = '[' + this.title + '](' + this.url + ')'; - $('post').show(); -}