Merge pull request #3942 from meetmangukiya/meet/good-first-bug

describe.html: Prevent checking of checkbox by clicking on tooltip
This commit is contained in:
Stuart Colville 2016-11-08 12:11:39 +00:00 коммит произвёл GitHub
Родитель aaedb4e46f 6ff90ed378
Коммит 6d9de6eea6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,13 +41,13 @@
<label for="{{ form.is_experimental.auto_id }}">
{{ form.is_experimental }}
{{ _('This add-on is experimental') }}
</label>
<span class="tip tooltip"
title="{{ _('Check this option if your add-on is experimental '
'or otherwise not ready for general use. The '
'add-on will be listed but will have reduced '
'visibility. You can change this setting later.')
}}">?</span>
</label>
</div>
<div id="addon-categories-edit" class="addon-submission-field"
data-max-categories="{{ amo.MAX_CATEGORIES }}">