This website requires JavaScript.
Explore
Help
Register
Sign In
bitPickups
/
friendica_2019-12_sharedHosting_hotFix
Watch
1
Star
1
Fork
You've already forked friendica_2019-12_sharedHosting_hotFix
0
Code
Pull requests
Activity
646c161506
friendica_2019-12_sharedHos...
/
view
/
theme
/
frost-mobile
/
profed_head.tpl
6 lines
95 B
Smarty
Raw
Normal View
History
Unescape
Escape
Introducing Frost Mobile
2012-07-24 17:16:51 +02:00
Modify Javascript to improve page loading times 1. Add template category 'end' that places content right before final </body> tag 2. Move most Javascript from tpl files into one cacheable file, theme.js 3. Load scripts at end of the HTML document instead of in the header 4. Minify several Javascript files Note that the second and third things were only done for Frost and Frost Mobile. Doing it for every theme means going through every .tpl for every theme and rearranging the Javascript, which is tedious.
2012-07-28 17:57:16 +02:00
<script language="javascript" type="text/javascript">
window.editSelect = "none";
Introducing Frost Mobile
2012-07-24 17:16:51 +02:00
</script>
Modify Javascript to improve page loading times 1. Add template category 'end' that places content right before final </body> tag 2. Move most Javascript from tpl files into one cacheable file, theme.js 3. Load scripts at end of the HTML document instead of in the header 4. Minify several Javascript files Note that the second and third things were only done for Frost and Frost Mobile. Doing it for every theme means going through every .tpl for every theme and rearranging the Javascript, which is tedious.
2012-07-28 17:57:16 +02:00
Copy permalink