use prod url

This commit is contained in:
Tommy Parnell
2015-03-19 00:25:09 -04:00
parent 7d5315be55
commit 086bd4d8ac
2 changed files with 1 additions and 14 deletions

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;
$.post("http://localhost:12116/" + username) $.post("http://untappedwidget.azurewebsites.net/" + username)
.success(function (data) { .success(function (data) {
$(that).html(data); $(that).html(data);
}); });

View File

@@ -1,13 +0,0 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')