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 2014/03/26 09:19:37 UTC

[29/50] [abbrv] git commit: fixes bugs and set squebi to version 0.0.5

fixes bugs and set squebi to version 0.0.5


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

Branch: refs/heads/ldp
Commit: e63160cf45721128c0364c402d265b33ede406c2
Parents: 600c263
Author: tkurz <th...@gmail.com>
Authored: Thu Mar 20 15:20:54 2014 +0100
Committer: tkurz <th...@gmail.com>
Committed: Thu Mar 20 15:20:54 2014 +0100

----------------------------------------------------------------------
 .../marmotta-sparql/src/main/resources/web/admin/bower.json   | 2 +-
 .../marmotta-sparql/src/main/resources/web/admin/squebi.html  | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/e63160cf/platform/marmotta-sparql/src/main/resources/web/admin/bower.json
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/bower.json b/platform/marmotta-sparql/src/main/resources/web/admin/bower.json
index b86d221..644c654 100644
--- a/platform/marmotta-sparql/src/main/resources/web/admin/bower.json
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/bower.json
@@ -2,6 +2,6 @@
     "name": "SquebiMarmotta",
     "version": "0.0.1",
     "dependencies": {
-        "squebi":"0.0.2"
+        "squebi":"0.0.5"
     }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/marmotta/blob/e63160cf/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 d3f0827..48d79c9 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,10 @@
         SQUEBI = {
             selectService : "../select",
             updateService : "../update",
-            app : "bower_components/squebi"
+            app : "bower_components/squebi",
+            bower : "..",
+            hints : [],
+            container : '#squebi_container'
         };
     </script>
     <script data-main="bower_components/squebi/main" src="bower_components/requirejs/require.js"></script>
@@ -33,7 +36,7 @@
 </head>
 <body>
 <!--###BEGIN_CONTENT###-->
-<div id="squebi_container" class="container">
+<div style="display: none" id="squebi_container" class="container">
     <div ng-controller="SampleCtrl" class="header">
         <div ng-show="showHint">
             <div ng-click="showHint = false" class="hint-overlay"></div>