You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/07/22 16:10:49 UTC

git commit: fixed jquery path in the linked data explorer

Updated Branches:
  refs/heads/develop f62c7107f -> 16fbcbb16


fixed jquery path in the linked data explorer


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/16fbcbb1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/16fbcbb1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/16fbcbb1

Branch: refs/heads/develop
Commit: 16fbcbb161ba2cb3ff5acc9d77c5904aee5f909f
Parents: f62c710
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Jul 22 16:09:29 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Jul 22 16:09:29 2013 +0200

----------------------------------------------------------------------
 platform/marmotta-core/src/main/resources/templates/404.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/16fbcbb1/platform/marmotta-core/src/main/resources/templates/404.ftl
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/templates/404.ftl b/platform/marmotta-core/src/main/resources/templates/404.ftl
index 7303e60..6cc4715 100644
--- a/platform/marmotta-core/src/main/resources/templates/404.ftl
+++ b/platform/marmotta-core/src/main/resources/templates/404.ftl
@@ -25,7 +25,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>404 Not Found - Marmotta Linked Data Explorer</title>
-    <script src="${SERVER_URL}core/public/js/lib/jquery-1.7.2.js" type="text/javascript" ></script>
+    <script src="${SERVER_URL}webjars/jquery/1.8.2/jquery.min.js" type="text/javascript" ></script>
     <link href="${SERVER_URL}${DEFAULT_STYLE}style.css" rel="stylesheet" type="text/css" />
     <link href="${SERVER_URL}${DEFAULT_STYLE}rdfhtml.css" rel="stylesheet" type="text/css" />
     <link href="${SERVER_URL}${DEFAULT_STYLE}404.css" rel="stylesheet" type="text/css" />