Commented out background images from about page

This commit is contained in:
Aaron Lidman 2013-11-05 17:16:28 -08:00
parent 0187d20fb5
commit 0f6ee7407c
3 changed files with 6 additions and 5 deletions

View file

@ -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;