diff options
author | Luiza Pagliari <lpagliar@thoughtworks.com> | 2015-05-25 07:08:24 -0300 |
---|---|---|
committer | Luiza Pagliari <lpagliar@thoughtworks.com> | 2015-05-25 07:08:24 -0300 |
commit | 92aabe12dca0b6c911d7006fc79f9fe186d2758e (patch) | |
tree | 6b11adc7d8a801dba24f5bc52e59d370b1bc9201 /src/static | |
parent | bfb34ff8060b021f5c98bd0200292cccdc08110e (diff) | |
download | etherpad-lite-92aabe12dca0b6c911d7006fc79f9fe186d2758e.zip |
Allowing 'value' to be a localizable attribute on HTML elements.
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/js/html10n.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/html10n.js b/src/static/js/html10n.js index 44abd7a0..e2540f66 100644 --- a/src/static/js/html10n.js +++ b/src/static/js/html10n.js @@ -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) |