commented out right-click thing

This commit is contained in:
Sanj 2011-10-31 18:50:33 +00:00
parent adc3cf76d1
commit 7d5ac57d81
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,10 @@
$(function() {
/*
$('#slidesContainer').bind("contextmenu", function(e) {
return false;
});
*/
$('.projectThumb').click(function() {
// alert("hi");

View File

@ -1,9 +1,11 @@
$(document).ready(function() {
$('#logo').fadeIn(4000);
/*
$('#slider').bind("contextmenu", function(e) {
return false;
});
*/
$(window).resize(function() {
var width = $(this).width();