From 4be5ac2c23d147e1819ba40672b255d42c061993 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 25 Nov 2013 16:47:06 -0500 Subject: [PATCH] removed mobile overlay for topics - will reimplement as a plugin --- public/src/forum/topic.js | 10 +--------- public/templates/topic.tpl | 11 ----------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 0a3b188f04..32eee15a67 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -764,7 +764,7 @@ define(function() { - var postAuthorImage, mobileAuthorOverlay, pagination; + var pagination; var postcount = templates.get('postcount'); function updateHeader() { @@ -776,10 +776,6 @@ define(function() { app.scrollToBottom(); }); } - - jQuery('.mobile-author-overlay').css('bottom', '0px'); - postAuthorImage = postAuthorImage || document.getElementById('mobile-author-image'); - mobileAuthorOverlay = mobileAuthorOverlay || document.getElementById('mobile-author-overlay'); pagination = pagination || document.getElementById('pagination'); pagination.parentNode.style.display = 'block'; @@ -790,8 +786,6 @@ define(function() { if (scrollTop < 50 && postcount > 1) { localStorage.removeItem("topic:" + tid + ":bookmark"); - postAuthorImage.src = (jQuery('.posts .avatar img').attr('src')); - mobileAuthorOverlay.innerHTML = 'Posted by ' + jQuery('.posts').attr('data-username') + ', ' + jQuery('.posts').find('.relativeTimeAgo').html(); pagination.innerHTML = '0 out of ' + postcount; return; } @@ -819,8 +813,6 @@ define(function() { } pagination.innerHTML = this.postnumber + ' out of ' + postcount; - postAuthorImage.src = (jQuery(this).find('.profile-image-block img').attr('src')); - mobileAuthorOverlay.innerHTML = 'Posted by ' + jQuery(this).attr('data-username') + ', ' + jQuery(this).find('.relativeTimeAgo').html(); } }); diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 8e7c2735d5..ddcf205c7e 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -153,17 +153,6 @@
-
-
-
- -
-
-

-
-
-
-