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