From: <tob...@us...> - 2014-04-09 20:55:49
|
Revision: 8097 http://sourceforge.net/p/bigdata/code/8097 Author: tobycraig Date: 2014-04-09 20:55:46 +0000 (Wed, 09 Apr 2014) Log Message: ----------- Fixed error preventing trig data from being loaded Modified Paths: -------------- branches/RDR/bigdata-war/src/html/js/workbench.js Modified: branches/RDR/bigdata-war/src/html/js/workbench.js =================================================================== --- branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-09 18:20:22 UTC (rev 8096) +++ branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-09 20:55:46 UTC (rev 8097) @@ -344,7 +344,7 @@ 'n3': 'text/n3', 'rdf/xml': 'application/rdf+xml', 'json': 'application/sparql-results+json', - 'trig': 'application/trig', + 'trig': 'application/x-trig', 'trix': 'application/trix', 'turtle': 'text/turtle'}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |