Skip to content

Commit

Permalink
Update code-snippet URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Sep 7, 2015
1 parent bb9f095 commit 4b80f86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@

function hashChange() {

var fileName = location.hash ? location.hash.split( '#' )[1] : '../../code-snippet.html';
var fileName = location.hash ? location.hash.split( '#' )[1] : '../code-snippet.html';

if ( fileName === '' ) { return; }

Expand Down

0 comments on commit 4b80f86

Please sign in to comment.