Skip to content

Commit

Permalink
Merge branch 'trepmag-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Sep 9, 2016
2 parents 367859f + 54d436d commit ec96869
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "http://github.com/ozdemirburak/jquery-floating-social-share",
"authors": [
"Burak Ozdemir <https://github.com/ozdemirburak>"
Expand Down
3 changes: 2 additions & 1 deletion dist/jquery.floating-social-share.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.3.0",
"version": "1.3.1",
"description": "social media share buttons with counters",
"main": "dist/jquery-floating-social-share.min.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.floating-social-share.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jQuery Floating Social Share Plugin v1.3.0
* http://burakozdemir.co.uk
* jQuery Floating Social Share Plugin v1.3.1
* https://burakozdemir.co.uk
* Burak Ozdemir - <https://github.com/ozdemirburak>
* Released under the MIT license
*/
Expand Down
6 changes: 3 additions & 3 deletions src/jquery.floating-social-share.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jQuery Floating Social Share Plugin v1.3.0
* http://burakozdemir.co.uk
* jQuery Floating Social Share Plugin v1.3.1
* https://burakozdemir.co.uk
* Burak Ozdemir - <https://github.com/ozdemirburak>
* Released under the MIT license
*/
Expand Down Expand Up @@ -167,7 +167,7 @@
switch(network) {
case "facebook":
$.get('https://graph.facebook.com/'+ url, function(data) {
appendButtons(data.shares, $component);
appendButtons(data.share.share_count, $component);
},'jsonp');
break;
case "google-plus":
Expand Down

0 comments on commit ec96869

Please sign in to comment.