diff --git a/static/css/pad.css b/static/css/pad.css index 69747fbb5..2d500805a 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1138,14 +1138,6 @@ width:33px !important; display:none; } -#showhistorylabel{ - position:absolute; - left:58px; - top:4px; - cursor: hand; - cursor: pointer; -} - #online_count{ color: #999; } diff --git a/static/js/chat.js b/static/js/chat.js index 578956354..c3eddacb2 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -44,13 +44,6 @@ var chat = (function() }); }); }, - showHistory: function() - { - // this is a placeholder for the showHistory function - // load the messages from the server - // append them to the UI using addMessage - self.scrollDown(); // scroll down to the bottom of the chat - }, hide: function () { $("#chatcounter").text("0"); diff --git a/static/pad.html b/static/pad.html index 33e51308a..e1c7912dc 100644 --- a/static/pad.html +++ b/static/pad.html @@ -237,17 +237,14 @@ Use this link to share a read-only version of your pad: - Chat + Chat 0