Skip to content

Commit

Permalink
Updated bookmarklet section to point to my site, as GitHub doesn't al…
Browse files Browse the repository at this point in the history
…low javascript hrefs.
  • Loading branch information
jkeyes committed Jun 25, 2012
1 parent f349d53 commit c755f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

## Bookmarklet

Add this <a href="javascript:(function(){var _grid_height=10;if(window.baseliner){baseliner.toggle();}else{var _already_loaded=document.getElementById('baseliner-script');if(_already_loaded){return;};var _baseliner=document.createElement('script');_baseliner.id='baseliner-script';_baseliner.type='text/javascript';_baseliner.src='http://files.keyes.ie/baseliner-latest.min.js';document.getElementsByTagName('body')[0].appendChild(_baseliner);var loadFunction=function(evt){if(window.baseliner){return;};baseliner=new Baseliner(_grid_height);baseliner.toggle();};_baseliner.onreadystatechange=loadFunction;_baseliner.onload=loadFunction;};})();">bookmarklet</a> to use Baseliner on any webpage.
The bookmarklet can be found [here](http://keyes.ie/things/baseliner/) and it allows you to run Baseliner on any webpage.

## Super-short Example
<script src="baseliner.js"></script>
Expand Down

0 comments on commit c755f1b

Please sign in to comment.