[TIC-UI] fixed format for protocol 18/104118/1
authorChangHyun Lee <leechwin.lee@samsung.com>
Mon, 12 Dec 2016 10:21:46 +0000 (19:21 +0900)
committerChangHyun 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

index ad348f3..e1750d4 100644 (file)
@@ -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)({