Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue #180 - cleaning up for Share intent
  • Loading branch information
PaulKinlan committed Oct 5, 2012
1 parent 5bde8f2 commit b12e8a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Binary file removed server/demos/mememator/static/lonely_paul.jpeg
Binary file not shown.
8 changes: 0 additions & 8 deletions server/demos/mememator/static/scripts/index.js
Expand Up @@ -108,7 +108,6 @@ var updateImage = function(data) {
else {
$('#save').show();
$('#share').show();
$('#sharelink').show();
$('input').show();
$('h2').hide();
}
Expand Down Expand Up @@ -186,7 +185,6 @@ $(function() {
$('#container').click(function() {
$('#save').hide();
$('#share').hide();
$('#sharelink').hide();
$('#done').hide();

var i = new Intent("http://webintents.org/pick", "image/*");
Expand Down Expand Up @@ -220,12 +218,6 @@ $(function() {

startActivity.call(window.navigator, i);
});

$('#sharelink').click(function() {
var url = "http://www.mememator.com/image/" + imageID + ".html";
var i = new Intent("http://webintents.org/share", "text/uri-list", url);
startActivity.call(window.navigator, i);
});

$('#top').change(function() { redrawImage(); });
$('#bottom').change(function() { redrawImage(); });
Expand Down
16 changes: 0 additions & 16 deletions server/demos/mememator/static/scripts/pick.js

This file was deleted.

0 comments on commit b12e8a7

Please sign in to comment.