source: subversion/trunk/roundcubemail/skins/larry/includes/footer.html @ 5595

Last change on this file since 5595 was 5595, checked in by thomasb, 19 months ago

More from Larry...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 135 bytes
Line 
1<script type="text/javascript">
2
3// UI startup
4var UI = new rcube_mail_ui();
5$(document).ready(function(){
6        UI.init();
7});
8
9</script>
10
Note: See TracBrowser for help on using the repository browser.