Download:
child 191:d2453b933c21
parent 189:3b3181b49427
190:1f05d2339ed1
Anton Shestakov <av6@dwimlabs.net>, Tue, 24 May 2016 12:34:08 +0800
index: remove unused data-wait attribute from calling icon

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
index.html file | annotate | diff | comparison | revisions
--- a/index.html Tue May 24 10:58:11 2016 +0800
+++ b/index.html Tue May 24 12:34:08 2016 +0800
@@ -273,7 +273,7 @@
</div>
</div>
<div class="column uk-text-nowrap">
- <i class="uk-icon-phone calling-icon" data-wait rv-if="model:d/actions | has 'wait'"></i>
+ <i class="uk-icon-phone calling-icon" rv-if="model:d/actions | has 'wait'"></i>
<button type="button" class="uk-button" data-call="av" rv-if="model:d/actions | has 'call'">
<i class="uk-icon-video-camera"></i>
</button>