Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
fix bookmarklet link
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 28, 2011
1 parent 7cf777b commit 884b73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(function(){
var base = window.flexibleNavBase;
fullFunc({
css : [ base + "lib/flexible-nav.min.css"],
js : [ base + "lib/flexible-nav.min.js" ],
css : [ base + "flexible-nav.min.css"],
js : [ base + "flexible-nav.min.js" ],
ready : function() {
$('nav.flexible-nav').empty();
new FlexibleNav( new FlexibleNavMaker().make().prependTo('body') );
Expand Down
2 changes: 1 addition & 1 deletion lib/bookmarklet.min.js

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

0 comments on commit 884b73d

Please sign in to comment.