use prod url
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;
|
||||||
$.post("http://localhost:12116/" + username)
|
$.post("http://untappedwidget.azurewebsites.net/" + username)
|
||||||
.success(function (data) {
|
.success(function (data) {
|
||||||
$(that).html(data);
|
$(that).html(data);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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')
|
|
||||||
Reference in New Issue
Block a user