You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2018/01/04 18:44:06 UTC

incubator-taverna-server git commit: Avoid absolute path

Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master 176522e48 -> 1eda34f2d


Avoid absolute path


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/commit/1eda34f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/tree/1eda34f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/diff/1eda34f2

Branch: refs/heads/master
Commit: 1eda34f2da1b2d80dddb79b941d0de82557bcf42
Parents: 176522e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jan 4 18:43:58 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jan 4 18:43:58 2018 +0000

----------------------------------------------------------------------
 taverna-server-webapp/src/main/resources/admin.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/1eda34f2/taverna-server-webapp/src/main/resources/admin.html
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/src/main/resources/admin.html b/taverna-server-webapp/src/main/resources/admin.html
index 27f80ad..04c3c3b 100644
--- a/taverna-server-webapp/src/main/resources/admin.html
+++ b/taverna-server-webapp/src/main/resources/admin.html
@@ -21,7 +21,7 @@ limitations under the License.
 <title>Taverna Server ${project.version} Administration Interface</title>
 <link id="admin" href="admin" />
 <script type="text/javascript" src="webjars/jquery/1.8.2/jquery.min.js"></script>
-<script type="text/javascript" src="/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.min.js"></script>
+<script type="text/javascript" src="webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.min.js"></script>
 <script type="text/javascript" src="admin/static/admin.js"></script>
 <link href="webjars/jquery-ui/1.9.2/css/smoothness/jquery-ui-1.9.2.custom.css" rel="stylesheet" type="text/css" />