mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
share buttons
This commit is contained in:
@@ -12,7 +12,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
|
||||
app.enterRoom('category_' + cid);
|
||||
|
||||
$('#twitter-intent').on('click', function () {
|
||||
$('#twitter-share').on('click', function () {
|
||||
window.open(twitterUrl, '_blank', 'width=550,height=420,scrollbars=no,status=no');
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user