switch to squebi version 1.0.1
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/ed2c3eb0 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/ed2c3eb0 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/ed2c3eb0 Branch: refs/heads/master Commit: ed2c3eb04888607865a785a58093f07c5fe578e4 Parents: 1711fca Author: tkurz <[email protected]> Authored: Thu Nov 13 17:39:11 2014 +0100 Committer: tkurz <[email protected]> Committed: Thu Nov 13 17:39:11 2014 +0100 ---------------------------------------------------------------------- platform/marmotta-sparql/pom.xml | 2 +- .../src/main/resources/web/admin/squebi.html | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/ed2c3eb0/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index dce04a9..c9a755b 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -178,7 +178,7 @@ <dependency> <groupId>com.github.tkurz.webjars</groupId> <artifactId>squebi</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </dependency> <dependency> <groupId>org.webjars</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/ed2c3eb0/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html index 5e94cfa..a2d9348 100644 --- a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html +++ b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html @@ -25,7 +25,7 @@ SQUEBI = { selectService : "../select", updateService : "../update", - home : "../../webjars/squebi/1.0.0", + home : "../../webjars/squebi/1.0.1", hints : [], container : '#squebi_container', browse : { @@ -39,17 +39,18 @@ ], "writers": [ "browse","csv","json","pie","xml" - ] + ], + "outputQueryParam":"output" }; </script> - <script data-main="../../webjars/squebi/1.0.0/squebi" src="../../webjars/requirejs/2.1.15/require.js"></script> - <link href="../../webjars/squebi/1.0.0/squebi.css" rel="stylesheet" type="text/css"> + <script data-main="../../webjars/squebi/1.0.1/squebi" src="../../webjars/requirejs/2.1.15/require.js"></script> + <link href="../../webjars/squebi/1.0.1/squebi.css" rel="stylesheet" type="text/css"> <!--###END_HEAD###--> </head> <body> <!--###BEGIN_CONTENT###--> <div id="appLoader" style="margin-top: 100px; text-align: center; margin-bottom: 100px"> - <img src="../../webjars/squebi/1.0.0/img/ajax-loader-big.gif"> + <img src="../../webjars/squebi/1.0.1/img/ajax-loader-big.gif"> </div> <div style="display: none" id="squebi_container" class="container"> <div ng-controller="SampleCtrl" class="header"> @@ -102,7 +103,7 @@ <div ng-show="showResults" ng-controller="ResultCtrl" class="row result"> <div ng-show="!loader" ng-include src="template"></div> <div class="loader" ng-show="loader"> - <img src="../../webjars/squebi/1.0.0/img/ajax-loader-big.gif"> + <img src="../../webjars/squebi/1.0.1/img/ajax-loader-big.gif"> </div> </div>
