This website requires JavaScript.
Explore
Help
Sign In
infra
/
cryptpad
Watch
2
Star
1
Fork
You've already forked cryptpad
0
Code
Issues
Pull Requests
Projects
Releases
1
Activity
373e0161c4
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 11:56:49 +00:00
define
(
[
Migrate settings to use a sandboxed iframe
2017-11-09 13:23:40 +00:00
'/common/common-language.js'
,
]
,
function
(
Language
)
{
Language
.
applyTranslation
(
)
;
apply translations on feedback page
2017-03-13 11:56:49 +00:00
}
)
;