1 files changed, 1 insertions, 0 deletions
diff --git a/syweb/webclient/index.html b/syweb/webclient/index.html
index 4bca320e77..fb3c3f528c 100644
--- a/syweb/webclient/index.html
+++ b/syweb/webclient/index.html
@@ -45,6 +45,7 @@
<script src="components/matrix/event-handler-service.js"></script>
<script src="components/matrix/notification-service.js"></script>
<script src="components/matrix/recents-service.js"></script>
+ <script src="components/matrix/commands-service.js"></script>
<script src="components/matrix/model-service.js"></script>
<script src="components/matrix/presence-service.js"></script>
<script src="components/fileInput/file-input-directive.js"></script>
|