mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Allowing 'value' to be a localizable attribute on HTML elements.
This commit is contained in:
parent
bfb34ff806
commit
92aabe12dc
1 changed files with 1 additions and 0 deletions
|
@ -851,6 +851,7 @@ window.html10n = (function(window, document, undefined) {
|
|||
, "innerHTML": 1
|
||||
, "alt": 1
|
||||
, "textContent": 1
|
||||
, "value": 1
|
||||
}
|
||||
if (index > 0 && str.id.substr(index + 1) in attrList) { // an attribute has been specified
|
||||
prop = str.id.substr(index + 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue