dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Correctly quote localized labels when used in javascript variables (#1488567)
Thomas Bruederli
2012-07-24
fa8f6e610ce50d9373832f1a5a846a9183f8d81d
[githubFork/roundcubemail.git]
/
skins
/
larry
/
includes
/
footer.html
1
2
3
4
5
6
7
8
9
10
<script type="text/javascript">
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(){
UI.set('errortitle', '<roundcube:label name="errortitle" quoting="javascript" />');
UI.init();
});
</script>