dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Improved ttl values handling
alecpl
2012-04-19
5d66a4bcf3ad5d584255184776f1f04451c929fc
[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" />');
UI.init();
});
</script>