This website works better with 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
9a25ac537a
cryptpad
/
www
/
common
/
feedback-main.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
apply translations on feedback page
8 years ago
define
(
[
Migrate settings to use a sandboxed iframe
7 years ago
'/common/common-language.js'
,
]
,
function
(
Language
)
{
Language
.
applyTranslation
(
)
;
apply translations on feedback page
8 years ago
}
)
;