Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
fixed preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
kbingman committed Aug 13, 2010
1 parent 7188870 commit acfa612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/lib/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var Site = {
'next' : next_name,
'next_path' : next_path,
'previous': previous_name,
'previous_path': next_path
'previous_path': previous_path
};
});
},
Expand Down

0 comments on commit acfa612

Please sign in to comment.