-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44477
All JavaScript should be moved to external files. It will reduce loading time because browser engine won't have to switch between JS and HTML parsers, it will reduce page size because HTML code will be smaller.
Variables used by JS should be set via data attributes to appropriate elements.