summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/create.html.tmpl
diff options
context:
space:
mode:
authorFateh Sandhu <fatehsandhu@gmail.com>2018-01-02 01:37:23 +0100
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-01-02 01:37:23 +0100
commit37bac7ea1661464624b21f24940cbad625ef056b (patch)
tree7d1ac0308fdc62ddab5a7a948bc488472593aaeb /template/en/default/admin/custom_fields/create.html.tmpl
parente83fa315f72b97c5504e85236623df1f14dddc94 (diff)
downloadbugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz
bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'template/en/default/admin/custom_fields/create.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/create.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index f89f979fd..41852de03 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -32,7 +32,7 @@
%]
[%# set initial editability of fields such as Reverse Relationship Description %]
-<script type="text/javascript">
+<script>
YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('type'))});
</script>
@@ -108,7 +108,7 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
</th>
<td>
<input type="text" id="reverse_desc" name="reverse_desc" value="" size="40" disabled="disabled">
- <br/>
+ <br>
Use this label for the list of [% terms.bugs %] that link to
[%+ terms.abug %] with this
[%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %]