Commit 9809b3cc authored by Jérome Perrin's avatar Jérome Perrin

Revert "xhtml_style: add methods for translation"

This reverts commit 01994d83.
parent 30f990b6
......@@ -69,17 +69,6 @@
return displayFieldError(argument_list[0]);
})
.allowPublicAcquisition('translateHtml', function dummyTranslateHtml (html) {
// gadget translation does not work in erp5_xhtml_style, but at least
// gadgets can be used.
return html;
})
.allowPublicAcquisition('translate', function dummyTranslate (html) {
// gadget translation does not work in erp5_xhtml_style, but at least
// gadgets can be used.
return html;
})
/////////////////////////////////////////////////////////////////
// declared methods
/////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment