stable

Clone or download

Read-only

Include javascript in the footer of BurningParrot

Part of story #9197: Get rid of Bootstrap in site admin If you go to site admin ยป massmail then you should not have a warning about missing function. If you look at the source of the page, you should see some javascript snippet and file inclusion. (It does not mean that massmail works since we don't include combined yet. Will be done later) Change-Id: I9aed0dc20332bfc3d25e56ffc12ae5be4d185a82

Modified Files

Name
M src/common/layout/BaseLayout.php +28 โˆ’0 Go to diff View file
M src/common/layout/Layout.class.php +1 โˆ’36 Go to diff View file
M src/common/layout/ThemeManager.class.php +1 โˆ’1 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +2 โˆ’1 Go to diff View file
A src/www/themes/BurningParrot/FooterPresenter.php +40 โˆ’0 Go to diff View file
A src/www/themes/BurningParrot/JavascriptPresenter.php +36 โˆ’0 Go to diff View file
M src/www/themes/BurningParrot/autoload.php +5 โˆ’3 Go to diff View file
M src/www/themes/BurningParrot/templates/footer.mustache +10 โˆ’0 Go to diff View file