fix script
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$.fn.untappd = function (username) {
|
||||
this.each(function () {
|
||||
var that = this;
|
||||
$.get("http://untappedwidget.azurewebsites.net/" + username)
|
||||
$.get("http://untappdwidget.azurewebsites.net/" + username)
|
||||
.success(function (data) {
|
||||
$(that).html(data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user