projects layout changes
This commit is contained in:
commit
2471ec846d
|
@ -1,10 +1,10 @@
|
|||
$(function() {
|
||||
|
||||
/*
|
||||
|
||||
$('#slidesContainer').bind("contextmenu", function(e) {
|
||||
return false;
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
$('.projectThumb').click(function() {
|
||||
// alert("hi");
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$(document).ready(function() {
|
||||
$('#logo').fadeIn(4000);
|
||||
|
||||
/*
|
||||
|
||||
$('#slider').bind("contextmenu", function(e) {
|
||||
return false;
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
$(window).resize(function() {
|
||||
var width = $(this).width();
|
||||
|
|
Loading…
Reference in New Issue
Block a user