Skip to content

Commit

Permalink
Update custom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Jun 17, 2017
1 parent a4194be commit 5fced77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/js/custom.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
window.vm = null;
var suburl=window.location.hostname;
if(suburl.indexOf('portal')==-1) suburl+=":8089";
var url = "http://"+suburl.replace('portal','api');
var url = "http://shop-api-dev.10.0.0.145.xip.io/";
var togglers=['moreView','homeView'];
var togglers2=['#productsView','#moreView','#shippingView'];
/*
Expand Down

0 comments on commit 5fced77

Please sign in to comment.