Skip to content

Commit

Permalink
Revert "fix issue Julienh#29"
Browse files Browse the repository at this point in the history
This reverts commit b310bab.
  • Loading branch information
Julienh committed May 22, 2012
1 parent b310bab commit 69c763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.sharrre.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
url = urlJson[name].replace('{url}', this.options.buttons[name].url);
}
//console.log('name : ' + name + ' - url : '+url); //debug
if(url != '' && self.options.urlCurl !== ''){ //urlCurl = '' if you don't want to used PHP script but used social button
if(url != ''){ //urlCurl = '' if you don't want to used PHP script but used social button
$.getJSON(url, function(json){
if(typeof json.count !== "undefined"){ //GooglePlus, Stumbleupon, Twitter and Digg
var temp = json.count + '';
Expand Down

0 comments on commit 69c763f

Please sign in to comment.