Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Fixed JS typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Nguyen committed Sep 10, 2012
1 parent 6bb98b4 commit ceecf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/2012/js/pycon2012.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(document).ready(function(){

// navigation
$('a[href^="#"]').click(function(e) {
var ref = this.hash;
var ref = this.hash,
target = $(ref);

// No quarters in mobile
Expand Down

0 comments on commit ceecf4d

Please sign in to comment.