We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fbd7c commit c2cc736Copy full SHA for c2cc736
1 file changed
js/main.js
@@ -33,7 +33,7 @@ s.parentNode.insertBefore(po, s);
33
for (var i = 0; i < share_bar.length; i++) {
34
35
var html = '<iframe allowtransparency="true" frameborder="0" scrolling="no"' +
36
- 'src="http://platform.twitter.com/widgets/tweet_button.html?url=' + encodeURIComponent(window.location) + '&text=' + encodeURIComponent(document.title) + '&via=ramswarooppatra&hashtags=java-concepts&count=horizontal"' +
+ 'src="http://platform.twitter.com/widgets/tweet_button.html?url=' + encodeURIComponent(window.location) + '&text=' + encodeURIComponent(document.title) + '&via=ramswarooppatra&hashtags=java&count=horizontal"' +
37
'style="width:105px; height:21px;">' +
38
'</iframe>' +
39
0 commit comments