[dreamwidth/dw-free] a5d792: Re-enable javascript in core1 with s2foundation fe...
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: a5d792526618dc1daf1a650b5fbee40d706a38a0 https://github.com/dreamwidth/dw-free/commit/a5d792526618dc1daf1a650b5fbee40d706a38a0 Author: Nick Fagerlund nick.fagerlund@gmail.com Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M styles/core1.s2
Log Message:
Re-enable javascript in core1 with s2foundation features
To support newer components in journal styles, we needed to change how script tags enter the document. core2 already had room to do this without disrupting anything, but naturally core1 does not.
Since most legacy core1 layouts in the wild probably override Page::print(),
they'll need to update their code to call $this->print_script_tags();
right
before closing the body tag.