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/12/16 08:53:56 UTC

git commit: MARMOTTA-407: fixed webjar path

Updated Branches:
  refs/heads/maintenance-3.1.x 4f30dfabb -> 3c09ff574


MARMOTTA-407: fixed webjar path


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

Branch: refs/heads/maintenance-3.1.x
Commit: 3c09ff5744463ed399b2350e4dec2dae49882209
Parents: 4f30dfa
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Dec 16 08:52:54 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Dec 16 08:53:40 2013 +0100

----------------------------------------------------------------------
 platform/marmotta-user/src/main/resources/web/me.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/3c09ff57/platform/marmotta-user/src/main/resources/web/me.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-user/src/main/resources/web/me.html b/platform/marmotta-user/src/main/resources/web/me.html
index 919b7de..be503c0 100644
--- a/platform/marmotta-user/src/main/resources/web/me.html
+++ b/platform/marmotta-user/src/main/resources/web/me.html
@@ -20,11 +20,11 @@
 <html>
 <head>
 <script type="text/javascript">
-	_SERVER_URL = "http://localhost:8080/LMF/";
+	_SERVER_URL = "http://localhost:8080/";
 </script>
 <!--###BEGIN_HEAD###-->
 <title>Marmotta User Profile</title>
-<script type="text/javascript" src="../../webjars/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="../webjars/jquery/1.8.2/jquery.min.js"></script>
     <style>
         .user_table th {
             font-weight: bold;