X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fjs%2Fblerg.js;fp=www%2Fjs%2Fblerg.js;h=0d114cb22f70ef8d0f3e21a490aac81f14741241;hb=4720a1f90f7d42f3611f064cc5ba3d768a92b5c6;hp=6857bdb8fdf3f7b239e09d86c38ce812c21ff439;hpb=f5eba55960cba26d820f88144776f7177db92c0b;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(); -}