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:54:20 UTC

[2/2] git commit: MARMOTTA-407: fixed webjar path

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/17834813
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/17834813
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/17834813

Branch: refs/heads/develop
Commit: 17834813c04463242a548d4813973c3b7be1d1f9
Parents: 6e410db
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:52:54 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/17834813/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;