diff --git a/src/main/resources/static/cf.js b/src/main/resources/static/cf.js index 166f3df9..ff73b4eb 100644 --- a/src/main/resources/static/cf.js +++ b/src/main/resources/static/cf.js @@ -5,7 +5,7 @@ var ChannelFinder = (function() { function ChannelFinder(opts) { opts = opts || {}; - this.baseurl = opts.baseurl || "/ChannelFinder"; + this.baseurl = opts.baseurl || "ChannelFinder"; } function doReq(suffix, opts) { diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 9ae90565..a58e745d 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -3,9 +3,9 @@