Changeset - c0025b69a73f
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-03-26 07:08:44
drewp@bigasterisk.com
fix web ui abbrevs for xs:
Ignore-this: 8fa2219e81e33840f839230f0526ed44
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/web/index.xhtml
Show inline comments
 
@@ -32,7 +32,7 @@
 
            // this is temporary. The correct thing is to parse the quad (or receive it as a tree) and then make links to the full URIs and display curies of them
 

	
 
              return s
 
                  .replace(/<http:\/\/www.w3.org\/2001\/XMLSchema#/g, function (match, short) { return "xsd:"+short; })
 
                  .replace(/<http:\/\/www.w3.org\/2001\/XMLSchema#(.*?)>/g, function (match, short) { return "xsd:"+short; })
 
                  .replace(/<http:\/\/light9.bigasterisk.com\/(.*?)>/g, function (match, short) { return "light9:"+short; })
 
                  .replace(/<http:\/\/light9.bigasterisk.com\/show\/dance2012\/sessions\/(.*?)>/g, function (match, short) { return "kcsession:"+short });
 
          }
 
@@ -58,4 +58,4 @@
 
    </script>
 

	
 
  </body>
 
</html>
 
\ No newline at end of file
 
</html>
0 comments (0 inline, 0 general)