Skip to content

Commit

Permalink
fixing copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Rauch committed Mar 21, 2013
1 parent 1b72aea commit 621617a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>jquery.readingTime.js Demo</title>
<link rel="stylesheet" type="text/css" href="jquery.readingTime.css" />

<style type="text/css" media="screen">
* {font-family:Helvetica, Arial, sans-serif;}
Expand Down
1 change: 1 addition & 0 deletions jquery.readingTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

Plugin.prototype = {
init: function () {
console.log('here');
$(window).scroll($.proxy(this.updateTime, this));
$('<div id="scrollbubble"></div>').appendTo("body");
$('<style>#scrollbubble{display:none;position:fixed;top:0;right:20px;z-index:500;background-color:#000;color:#fff;border-radius:3px;font-family:Georgia;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:3px 8px}#scrollbubble:after{content:" ";position:absolute;top:50%;right:-8px;height:0;width:0;margin-top:-4px;border:4px solid transparent;border-left-color:#000}</style>').appendTo('body');
Expand Down

0 comments on commit 621617a

Please sign in to comment.