diff options
author | thomascube <thomas@roundcube.net> | 2011-12-12 17:23:19 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-12 17:23:19 +0000 |
commit | c7dcb30025c184c1e02a2e859b2f10f874c479f6 (patch) | |
tree | 20f35fd1dcb4f9d0372d6a8d4df044fd5f437294 /skins/larry/includes/footer.html | |
parent | 312ad9d51e9fdc05897cf983683903e791dce6c5 (diff) |
More from Larry...
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r-- | skins/larry/includes/footer.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html new file mode 100644 index 000000000..f884bdf82 --- /dev/null +++ b/skins/larry/includes/footer.html @@ -0,0 +1,10 @@ +<script type="text/javascript"> + +// UI startup +var UI = new rcube_mail_ui(); +$(document).ready(function(){ + UI.init(); +}); + +</script> + |