Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Revert "Change 'add to site' link to direct to hash"
Browse files Browse the repository at this point in the history
This reverts commit 2dbf952.
  • Loading branch information
Jake Levine committed Jun 27, 2011
1 parent 2dbf952 commit 0cb2fff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion everywhere_badge.live.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3>' + addLink( container.name, container.meetup_url ) + '</h3>\
</div>\
<div class="mup-ft">\
<div class="mup-logo">' + addLink( '<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />', container.meetup_url ) + '</div>\
<div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/#'+$parameters._name.toLowerCase().replace(/ /g,"-") ) + '</div>\
<div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/' ) + '</div>\
</div>\
</div>'
);
Expand Down
2 changes: 1 addition & 1 deletion everywhere_basic_stats.live.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h4>' + numberFormat(container.member_count) + ' people</h4>\
}


$('.mup-widget-3>.mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink ( '<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />','http://www.meetup.com/everywhere/') + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/#'+$parameters._name.toLowerCase().replace(/ /g,"-") ) + '</div>');
$('.mup-widget-3>.mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink ( '<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />','http://www.meetup.com/everywhere/') + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/' ) + '</div>');
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion everywhere_comments.live.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h4>' + addLink( numberFormat(container.member_count) + ' people', container.mee
}
});

$('.mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink('<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />',container.meetup_url) + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meeup_api/foundry/#'+$parameters._name.toLowerCase().replace(/ /g,"-") ) + '</div>');
$('.mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink('<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />',container.meetup_url) + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meeup_api/foundry/' ) + '</div>');

}
});
Expand Down
2 changes: 1 addition & 1 deletion meetup_sponsorship_carousel.live.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h4>' + numberFormat(campaign.members) + ' members</h4>\
}
});

$('.mup-wdgt-spnsr-carousel > .mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink ( '<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />','http://www.meetup.com/everywhere/') + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/#'+$parameters._name.toLowerCase().replace(/ /g,"-") ) + '</div>');
$('.mup-wdgt-spnsr-carousel > .mup-widget', ctx).append('<div class="mup-ft"><div class="mup-logo">' + addLink ( '<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png" />','http://www.meetup.com/everywhere/') + '</div><div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/' ) + '</div>');

$('.mup-hd-img', ctx).html('<img class="resize" src="' + $parameters.image_url + '" width="auto" height="auto" />');
$('img.resize', ctx).hide();
Expand Down
2 changes: 1 addition & 1 deletion mug_stats.live.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h4><span class="mup-button">'+ addLink('JOIN',group.link)+'</span></h4>\
</div>\
<div class="mup-ft">\
<div class="mup-logo"><div style="float:left;">'+addLink('<img src="http://img1.meetupstatic.com/84869143793177372874/img/birddog/everywhere_widget.png">','http://www.meetup.com')+'</div><div style="float:right;"><div style="float:right;">'+addStarRating(group.rating)+'</div><br><div style="float:right;"><span class="mup-tlabel">Group Rating</span></div></div></div>\
<div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/#'+$parameters._name.toLowerCase().replace(/ /g,"-") )+ '</div>\
<div class="mup-getwdgt">' + addLink( 'ADD THIS TO YOUR SITE', 'http://www.meetup.com/meetup_api/foundry/' ) + '</div>\
</div>\
</div>'
);
Expand Down

0 comments on commit 0cb2fff

Please sign in to comment.