aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-07 20:36:16 -0800
committerfriendica <info@friendica.com>2014-01-07 20:36:16 -0800
commit8b93881ce7ab4e0a8b0c8426da1ddfeed19c2309 (patch)
tree52d4b15d798933c068a8eb12374ac192db8fbb42 /view
parent401183780540812929e35a59348b7f2e347d4b8f (diff)
downloadvolse-hubzilla-8b93881ce7ab4e0a8b0c8426da1ddfeed19c2309.tar.gz
volse-hubzilla-8b93881ce7ab4e0a8b0c8426da1ddfeed19c2309.tar.bz2
volse-hubzilla-8b93881ce7ab4e0a8b0c8426da1ddfeed19c2309.zip
qr code support
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/field_combobox.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_combobox.tpl b/view/tpl/field_combobox.tpl
index c4356e1cd..1f9218954 100755
--- a/view/tpl/field_combobox.tpl
+++ b/view/tpl/field_combobox.tpl
@@ -1,6 +1,6 @@
<div class='field combobox'>
<label for='id_{{$field.0}}' id='id_{{$field.0}}_label'>{{$field.1}}</label>
- {{* html5 don't work on Chrome, Safari and IE9
+ {{* html5 don't work on Chrome, Safari and IE9 see https://github.com/thgreasi/datalist-polyfill
<input id="id_{{$field.0}}" type="text" list="data_{{$field.0}}" >
<datalist id="data_{{$field.0}}" >
{{foreach $field.4 as $opt=>$val}}<option value="{{$val}}">{{/foreach}}