fix script

This commit is contained in:
Tommy Parnell
2015-03-19 00:35:42 -04:00
parent 2fadf6339b
commit 094890e720

View File

@@ -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);
}); });