projects
/
archive
/
20170607
/
tools
/
tic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f3057
)
[TIC-UI] fixed format for protocol
18/104118/1
author
ChangHyun Lee
<leechwin.lee@samsung.com>
Mon, 12 Dec 2016 10:21:46 +0000
(19:21 +0900)
committer
ChangHyun Lee
<leechwin.lee@samsung.com>
Mon, 12 Dec 2016 10:22:36 +0000
(19:22 +0900)
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
Change-Id: If2cca494b7a84ecd54e9ea1fcac08640e0e1ae84
public/src/js/page/settings.js
patch
|
blob
|
history
diff --git
a/public/src/js/page/settings.js
b/public/src/js/page/settings.js
index
ad348f3
..
e1750d4
100644
(file)
--- a/
public/src/js/page/settings.js
+++ b/
public/src/js/page/settings.js
@@
-9,7
+9,7
@@
define([
) {
'use strict';
- var ANALYSIS_URL = '<%= protocol %><%= hostname %>:<%= port %>/analysis';
+ var ANALYSIS_URL = '<%= protocol %>
//
<%= hostname %>:<%= port %>/analysis';
function getAnalysisUrl() {
return _.template(ANALYSIS_URL)({