From 7cd6effebf91fff683ceaf9b19d8fc472a536ee5 Mon Sep 17 00:00:00 2001 From: Denny Lim Date: Fri, 27 Jun 2014 02:20:38 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9E=84=EB=8C=80=ED=98=84]=20#184=20index.ht?= =?UTF-8?q?ml=20=EA=B1=B7=EC=96=B4=EB=82=B4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@4087 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/scripts/controllers/transactionList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/scripts/controllers/transactionList.js b/src/main/webapp/scripts/controllers/transactionList.js index 6c67f71d8..842fe2755 100644 --- a/src/main/webapp/scripts/controllers/transactionList.js +++ b/src/main/webapp/scripts/controllers/transactionList.js @@ -227,7 +227,7 @@ pinpointApp.controller('TransactionListCtrl', ['TransactionListConfig', '$scope' * @param transaction */ changeTransactionDetail = function (transaction) { - var transactionDetailUrl = 'index.html#/transactionDetail'; // the filename should be existing, if not it's doesn't work on ie and firefox + var transactionDetailUrl = 'index.jsp#/transactionDetail'; // the filename should be existing, if not it's doesn't work on ie and firefox if (transaction.traceId && transaction.collectorAcceptTime) { transactionDetailUrl += '/' + encodeURIComponentFilter(transaction.traceId) + '/' + transaction.collectorAcceptTime; $scope.transactionDetailUrl = transactionDetailUrl;