summaryrefslogtreecommitdiff
path: root/src/static/js/html10n.js
diff options
context:
space:
mode:
authorLuiza Pagliari <lpagliar@thoughtworks.com>2015-05-25 07:08:24 -0300
committerLuiza Pagliari <lpagliar@thoughtworks.com>2015-05-25 07:08:24 -0300
commit92aabe12dca0b6c911d7006fc79f9fe186d2758e (patch)
tree6b11adc7d8a801dba24f5bc52e59d370b1bc9201 /src/static/js/html10n.js
parentbfb34ff8060b021f5c98bd0200292cccdc08110e (diff)
downloadetherpad-lite-92aabe12dca0b6c911d7006fc79f9fe186d2758e.zip
Allowing 'value' to be a localizable attribute on HTML elements.
Diffstat (limited to 'src/static/js/html10n.js')
-rw-r--r--src/static/js/html10n.js1
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)