-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
To reproduce:
- Start with a fresh install of Joomla 3.9.12
- Install the T3 Framework from master
- Install the T3 Framework blank template from master
- Switch the default template style to the T3 blank template
- Add the following custom code declarations to the appropriate settings in the template's "Custom Code" tab:
- <script type="text/javascript">alert("After <head>");</script>
- <script type="text/javascript">jQuery(document).ready(function(){ alert("Before </head>"); });</script>
- <script type="text/javascript">jQuery(document).ready(function(){ alert("After <body>"); });</script>
- <script type="text/javascript">jQuery(document).ready(function(){ alert("Before </body>"); });</script>
Reload the front page. The JavaScript won't execute because it's not in the source code.
Edit: Or it won't work because I've butchered it. That's fixed now.
Metadata
Metadata
Assignees
Labels
No labels