Skip to content

Commit

Permalink
Merge branch 'MDL-55717_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 5, 2016
2 parents 5e16bdb + c0abfda commit a1a564c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/amd/build/inplace_editable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/amd/src/inplace_editable.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/notification', 'core/str'
inputelement = $('<input type="text"/>').
attr('id', uniqueId('id_inplacevalue_', 20)).
attr('value', el.attr('data-value')).
attr('aria-describedby', instr.attr('id')),
attr('aria-describedby', instr.attr('id')).
addClass('ignoredirty'),
lbl = $('<label class="accesshide">' + mainelement.attr('data-editlabel') + '</label>').
attr('for', inputelement.attr('id'));
el.html('').append(instr).append(lbl).append(inputelement);
Expand Down

0 comments on commit a1a564c

Please sign in to comment.