diff --git a/static/css/pad.css b/static/css/pad.css index 69747fbb..2d500805 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 57895635..c3eddacb 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 33e51308..e1c7912d 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
-
Chat | - Show History - -
+
Chat