Repository: marmotta Updated Branches: refs/heads/develop e38af3282 -> 10c7090f5
update to Squebi 0.0.9 Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/10c7090f Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/10c7090f Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/10c7090f Branch: refs/heads/develop Commit: 10c7090f52baa4e481cfda7f97b57ac0b6dab75e Parents: e38af32 Author: Sebastian Schaffert <[email protected]> Authored: Fri Oct 17 12:45:36 2014 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Fri Oct 17 12:45:36 2014 +0200 ---------------------------------------------------------------------- platform/marmotta-sparql/pom.xml | 2 +- .../marmotta-sparql/src/main/resources/web/admin/squebi.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/10c7090f/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index dca1786..6fa236a 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>0.0.5</version> + <version>0.0.9</version> </dependency> <dependency> <groupId>org.webjars</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/10c7090f/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 6f89579..b8689b1 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", - app : "../../webjars/squebi/0.0.5", + app : "../../webjars/squebi/0.0.9", bower : ".", hints : [], container : '#squebi_container', @@ -34,13 +34,13 @@ } }; </script> - <script data-main="../../webjars/squebi/0.0.5/main" src="../../webjars/squebi/0.0.5/requirejs/require.js"></script> + <script data-main="../../webjars/squebi/0.0.9/main" src="../../webjars/squebi/0.0.9/requirejs/require.js"></script> <!--###END_HEAD###--> </head> <body> <!--###BEGIN_CONTENT###--> <div id="appLoader" style="margin-top: 100px; text-align: center; margin-bottom: 100px"> - <img src="../../webjars/squebi/0.0.5/squebi/img/ajax-loader-big.gif"> + <img src="../../webjars/squebi/0.0.9/squebi/img/ajax-loader-big.gif"> </div> <div style="display: none" id="squebi_container" class="container"> <div ng-controller="SampleCtrl" class="header"> @@ -93,7 +93,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/0.0.5/squebi/img/ajax-loader.gif"> + <img src="../../webjars/squebi/0.0.9/squebi/img/ajax-loader.gif"> </div> </div>
