| ... |
... |
@@ -2,7 +2,6 @@ |
| 2 |
2 |
|
| 3 |
3 |
{{velocity output="no"}} |
| 4 |
4 |
$xwiki.ssx.use('Collaboratory.UX.SSX.noheader') |
| 5 |
|
-$xwiki.jsx.use('Apps.WebHome') |
| 6 |
6 |
#set($displayDocExtra = false) |
| 7 |
7 |
|
| 8 |
8 |
## Get filter parameters from Query String, build the query and get applications that match |
| ... |
... |
@@ -28,7 +28,8 @@ |
| 28 |
28 |
{{/velocity}} |
| 29 |
29 |
{{velocity}} |
| 30 |
30 |
{{html clean="false"}} |
| 31 |
|
- <!-- script src="$services.webjars.url('eu.hbp.wiki:xwiki-awm-collabs', 'clb-modal.js')"></script --> |
|
30 |
+ <script src="$services.webjars.url('eu.hbp.wiki:xwiki-awm-collabs', 'clb-modal.js')"></script> |
|
31 |
+ <script src="http://localhost:5500/clb-modal.js"></script> |
| 32 |
32 |
<div class="row external-apps-header"> |
| 33 |
33 |
<div class="col-md-8"> |
| 34 |
34 |
<h1>Community Apps</h1> |