Skip to content

Commit

Permalink
stop layout change from happening when if google-event-btn is hit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostandthemachine committed Nov 3, 2012
1 parent 6364c1b commit efdc011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/user/dashboard.haml
Expand Up @@ -60,6 +60,7 @@

$('.element').click(function(e) {
if ($(e.target).hasClass('event-load-btn')) {
} else if ($(e.target).hasClass('google-event-btn')) {
} else {
$(this).toggleClass('large');
$container.isotope('reLayout');
Expand Down

0 comments on commit efdc011

Please sign in to comment.