Skip to content

Commit

Permalink
Debug: Adding to link that where forgotten in my previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Dec 15, 2011
1 parent 1680f43 commit 7a6bdf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/js/slideshow.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,14 @@ function show_links(){
$('#image_bar #prev').show();
$('#image_bar #back').show();
$('#image_bar #next').show();
$('#image_bar #img').show();
$('#image_bar #get').show();
}

function hide_links(){
$('#image_bar #prev').hide();
$('#image_bar #back').hide();
$('#image_bar #next').hide();
}
$('#image_bar #img').hide();
$('#image_bar #get').hide();
}

0 comments on commit 7a6bdf2

Please sign in to comment.