This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
cryptpad
mirror of
https://github.com/xwiki-labs/cryptpad
Watch
1
Star
0
Fork
You've already forked cryptpad
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
081fc01694
cryptpad
/
www
/
common
/
feedback-main.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
apply translations on feedback page
2017-03-13 19:56:49 +08:00
define
(
[
Migrate settings to use a sandboxed iframe
2017-11-09 21:23:40 +08:00
'/common/common-language.js'
,
]
,
function
(
Language
)
{
Language
.
applyTranslation
(
)
;
apply translations on feedback page
2017-03-13 19:56:49 +08:00
}
)
;