Commented out background images from about page
This commit is contained in:
parent
0187d20fb5
commit
0f6ee7407c
3 changed files with 6 additions and 5 deletions
|
@ -7,9 +7,9 @@
|
|||
if (!isNaN(parseInt(h[1], 10))) num = h[1];
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#content').attr('class', 'photo-' + num);
|
||||
});
|
||||
// $(document).ready(function () {
|
||||
// $('#content').attr('class', 'photo-' + num);
|
||||
// });
|
||||
|
||||
$(document).on('click', '#next-photo', function () {
|
||||
num = (num + 1) % 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue