Skip to content

Commit

Permalink
Moar
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 3, 2012
1 parent b893c6c commit e275a8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ventricle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
if (typeof FileReader == 'undefined' ||
!isCanvasSupported()) {
$('#browser').addClass('no').text('yours doesn\'t make the cut :/');
return;
} else {
$('#browser').addClass('yes').text('you have one!');
}
Expand Down Expand Up @@ -110,7 +111,6 @@
processText(r);
}
});
return false;
});

$('#map').on('drop', function(e) {
Expand All @@ -130,6 +130,9 @@
e.preventDefault();
e.originalEvent.dataTransfer.dropEffect = 'copy';
});

$('#demo').click();

});
</script>
<style type='text/css'>
Expand Down

0 comments on commit e275a8c

Please sign in to comment.