Skip to content

Commit ffbd46a

Browse files
authored
Fix offline reference
Fixes #765
1 parent 7828e3b commit ffbd46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offline-reference/extra/js/reference.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4595,7 +4595,7 @@ define('router',[
45954595
get: function(searchClass, searchItem) {
45964596

45974597
// if looking for a library page, redirect
4598-
if (searchClass === 'p5.sound')
4598+
if (searchClass === 'p5.sound'
45994599
&& !searchItem) {
46004600
window.location.hash = '/libraries/'+searchClass;
46014601
return;
@@ -4811,4 +4811,4 @@ require([
48114811
});
48124812

48134813
define("main", function(){});
4814-
}());
4814+
}());

0 commit comments

Comments
 (0)