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

Reply via email to