Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
ensuring bookmarklet version works, error w/ missing variable fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleuch committed May 15, 2010
1 parent 7204aa4 commit 0b6a9b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion example.html
Expand Up @@ -11,7 +11,6 @@
-->
<title>OMG ITS JUSTIN BIEBER! THE Justin Bieber!!!! :o</title>
<script type="text/javascript">var $_scruff = true;</script>
<script src="shaved-bieber.min.js" type="text/javascript"></script>
<style type="text/css">
body {font-family: Helvetica, Arial, Verdana, sans-serif;}
Expand Down
2 changes: 1 addition & 1 deletion shaved-bieber.js
Expand Up @@ -104,4 +104,4 @@ function shaved_bieber_start($_) {
}


if (!$_scruff) {shaved_bieber_wait();}
if (typeof($_scruff) == 'undefined' || !$_scruff) {shaved_bieber_wait();}
2 changes: 1 addition & 1 deletion shaved-bieber.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b6a9b9

Please sign in to comment.