Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.1
-
Component/s: None
-
Labels:None
Description
Hmm, just happened to notice this in our source markup. Looks like a smarty variable assign oops:
if ("Array") {
if (document.getElementsByName("is_recur")[0].checked == true) {
window.onload = function()
}
}