Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-06 13:33:12 +0300
committersualko <klaus@jsxc.org>2020-05-06 13:33:12 +0300
commit080e51565228dd774204e8091778f507554e7907 (patch)
tree372c04138fc3500e1596128042e65da97d943b47 /template
parent4b6c6c940436b74d963372f9315b2d5e7cf01cf5 (diff)
chore: update dependencies
Diffstat (limited to 'template')
-rw-r--r--template/chatWindow.hbs6
-rw-r--r--template/roster.hbs2
2 files changed, 4 insertions, 4 deletions
diff --git a/template/chatWindow.hbs b/template/chatWindow.hbs
index 218f713b..11e99255 100644
--- a/template/chatWindow.hbs
+++ b/template/chatWindow.hbs
@@ -21,7 +21,7 @@
<div class="jsxc-bar__action-entry jsxc-icon jsxc-icon--close-light jsxc-icon--clickable jsxc-js-close"></div>
</div>
<div class="jsxc-window-fade">
- <div class="jsxc-message-area" />
+ <div class="jsxc-message-area"></div>
<div class="jsxc-preview"></div>
<div class="jsxc-send-area">
{{> menu
@@ -38,8 +38,8 @@
</div>
<div class="jsxc-window__overlay">
<div class="jsxc-window__overlay__inner">
- <div class="jsxc-window__overlay__content" />
- <div class="jsxc-window__overlay__close" />
+ <div class="jsxc-window__overlay__content"></div>
+ <div class="jsxc-window__overlay__close"></div>
</div>
</div>
</div>
diff --git a/template/roster.hbs b/template/roster.hbs
index abfba51e..d2ad8c9e 100644
--- a/template/roster.hbs
+++ b/template/roster.hbs
@@ -4,7 +4,7 @@
</div>
<div class="jsxc-roster-status"></div>
<div class="jsxc-bottom jsxc-presence jsxc-roster-item jsxc-bar" data-bid="own">
- <div class="jsxc-avatar jsxc-shrink--no" />
+ <div class="jsxc-avatar jsxc-shrink--no"></div>
{{#> menu
classes="jsxc-menu--pushup jsxc-grow jsxc-js-presence-menu"
button-label=(t "Offline")}}