Skip to content

Commit

Permalink
Update tremulaControls.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Aug 27, 2018
1 parent 1f62bf2 commit 2991ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages-demo/tremulaControls.js
Expand Up @@ -358,7 +358,7 @@ function attachDemoControls(tremula){
$(window).on('resize', $.debounce(250, function(){ resizeFn(tremula) }) );

$(".loadArtDotCom").click(function(){loadArtDotCom(null,postLoadSeq)});
$(".loadFlickr").click(function(){loadFlickr(null,postLoadSeq)})
$(".loadFlickr").click(function(){loadFlickr(null,null)})



Expand Down

0 comments on commit 2991ef2

Please sign in to comment.