File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/resources/static Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var ChannelFinder = (function() {
55
66function ChannelFinder ( opts ) {
77 opts = opts || { } ;
8- this . baseurl = opts . baseurl || "/ ChannelFinder" ;
8+ this . baseurl = opts . baseurl || "ChannelFinder" ;
99}
1010
1111function doReq ( suffix , opts ) {
Original file line number Diff line number Diff line change 33< head >
44< meta http-equiv ="Content-Type " charset ="UTF-8 " />
55< title > ChannelFinder Admin</ title >
6- < link rel ="stylesheet " type ="text/css " href ="/ cfmanage.css ">
7- < script src ="/ cf.js "> </ script >
8- < script src ="/ cfmanage.js "> </ script >
6+ < link rel ="stylesheet " type ="text/css " href ="cfmanage.css ">
7+ < script src ="cf.js "> </ script >
8+ < script src ="cfmanage.js "> </ script >
99</ head >
1010< body >
1111
You can’t perform that action at this time.
0 commit comments