Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9443 from jrburke/bug864414_fastmessage
Browse files Browse the repository at this point in the history
Bug 864414: email: Front-load main-frame-setup and use new recvCache r=asuth
  • Loading branch information
jrburke committed Apr 30, 2013
2 parents 2aa6d9e + 5f03097 commit 5132f3c
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 1,620 deletions.
3 changes: 1 addition & 2 deletions apps/email/index.html
Expand Up @@ -37,8 +37,7 @@
<script type="text/javascript" defer src="js/folder-cards.js"></script>
<!-- This one is an optimized vendor library containing our mail backend. -->
<!-- START BACKEND INJECT - do not modify -->
<script type="application/javascript;version=1.8" defer src="js/ext/alameda.js"></script>
<script type="application/javascript;version=1.8" defer src="js/ext/end.js"></script>
<script type="text/javascript" defer src="js/ext/mailapi/main-frame-setup.js"></script>
<!-- END BACKEND INJECT -->
<script type="text/javascript" defer src="/shared/js/lazy_loader.js"></script>
<script type="text/javascript" defer src="js/mail-app.js"></script>
Expand Down

0 comments on commit 5132f3c

Please sign in to comment.