id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,thread
408,Make javascript injection the default for HTML5 based non-linear ad display,paul,paul,"Currently the OVA jQuery library calls are used by default to insert non-linear ad content when displayed in HTML5 mode.

Make Javascript insertion the default approach with the jQuery library (or any other library for that matter) the exception that can be turned on via config.

Go with an option like this:

""ads"": {
    ""overlays"": {
          ""regions"": {
                ""html5"": [
                       {
                            ""region"": ""bottom"", 
                            ""calls"": ""inject | jquery | mootools | [ { ""insert"": ""writeHTML"" }, { ""read"": ""readHTML"" } ]""
                       }
                ]
          }
     }
}

Also, revisit the Companion related javascript injection code and clean that up so that it correctly supports Javascript based companions removing the need for the jQuery library there as well.",enhancement,new,critical,OVA for AS3 (v1.0.1),OVA for AS3,OVA for AS3 (trunk),,,,
