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/08/23 14:14:36 UTC

git commit: fixed MARMOTTA-288

Updated Branches:
  refs/heads/develop 0b5ef8023 -> 068ffc5fa


fixed MARMOTTA-288


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

Branch: refs/heads/develop
Commit: 068ffc5faa9b1f46d040726ae5c3dd7052a202f2
Parents: 0b5ef80
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Aug 23 14:14:26 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Aug 23 14:14:26 2013 +0200

----------------------------------------------------------------------
 platform/marmotta-sparql/src/main/resources/web/admin/snorql.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/068ffc5f/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html b/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
index ec22217..9849360 100755
--- a/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/snorql.html
@@ -124,7 +124,7 @@
                 firstLineNumber: Object.keys(D2R_namespacePrefixes).length + 1
             });
 
-            jQuery.getJSON("../../../prefix", function(data) {
+            jQuery.getJSON("../../prefix", function(data) {
                 var ns = {};
                 jQuery.each(data, function(prefix, namespace) {
                     ns[prefix] = namespace;