Nov 14th, 2011, 9:45 AM
Hi smmedia,
Drat...! Same problem: just removed the trailing comma on that line:
should be:
I should have my Windows environments set up this week, and will look over everything in IE then.
- Ben
Drat...! Same problem: just removed the trailing comma on that line:
Code:
"click": function() {
add_group_handler();
},
should be:
Code:
"click": function() {
add_group_handler();
}
I should have my Windows environments set up this week, and will look over everything in IE then.
- Ben