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 <[email protected]>
Authored: Mon Dec 16 08:52:54 2013 +0100
Committer: Sergio Fernández <[email protected]>
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;

Reply via email to