Fix improper script declarations that use <script style="text/JavaScript">
Description
Environment
None
Test Plan
None
Activity
Show:

Hui Tsao November 16, 2012 at 2:53 PM
Merged into 2.9.x: r116509.
Neal Caidin November 16, 2012 at 7:46 AM
Since this change was made the QA team has done lots of testing in Samigo. We are not sure what we would expect to see, or what might break, but since nothing has been reported, perhaps we should just merge this one too (same comment as for SAM- 1762. that's intentional.)
Thanks

Sam Ottenhoff September 27, 2012 at 11:20 AM
Test plan would be basic regression testing in authoring mode.
Neal Caidin September 27, 2012 at 10:37 AM
Test plan?

Sam Ottenhoff July 24, 2012 at 4:13 PM
Trunk r110691
Fixed
Details
Details
Assignee

Reporter

Components
Fix versions
Priority
Created July 24, 2012 at 3:58 PM
Updated April 17, 2018 at 8:08 AM
Resolved July 24, 2012 at 4:13 PM
This is incorrect:
<script style="text/JavaScript">showHideReleaseGroups();</script>
It should be
<script type="text/JavaScript">showHideReleaseGroups();</script>