Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2017-10-27 20:48:11 +0000
committerRyan D. Brooks2017-10-27 20:48:11 +0000
commite0c183aa0df22461958db538b4bb2d4775d3939f (patch)
tree38c284005b6dafad62328270c162f29b318764ed /plugins
parent063ddc4c0a81d769b221f28a6a4abe6f3af6e444 (diff)
downloadorg.eclipse.osee-e0c183aa0df22461958db538b4bb2d4775d3939f.tar.gz
org.eclipse.osee-e0c183aa0df22461958db538b4bb2d4775d3939f.tar.xz
org.eclipse.osee-e0c183aa0df22461958db538b4bb2d4775d3939f.zip
refinement: Remove redirect for landing page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.web.ui/src/osee/ui/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.web.ui/src/osee/ui/index.html b/plugins/org.eclipse.osee.web.ui/src/osee/ui/index.html
index 0d0b5f47a79..7a2cb80e8bc 100644
--- a/plugins/org.eclipse.osee.web.ui/src/osee/ui/index.html
+++ b/plugins/org.eclipse.osee.web.ui/src/osee/ui/index.html
@@ -34,7 +34,6 @@
<body ng-app="oseeApp">
<div ng-controller="indexController">
<osee
- redirect-uri="../osee/ui/index.html"
links="links">
</osee>
</div>

Back to the top