Hide the 'Load More' button while loading
[blerg.git] / www / js / blerg.js
index 6857bdb..0d114cb 100644 (file)
@@ -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();
-}