Yahooo, sync with devel server :)

This commit is contained in:
Malishev Dmitry 2011-12-29 13:41:30 +03:00
parent d25ae72355
commit af3ee14057
94 changed files with 2975 additions and 302 deletions

View file

@ -44,6 +44,10 @@ var Custom = {
if ($(inputs[a]).attr('class').indexOf('do_action_toggle_suspend') != -1) {
span[a].className += ' do_action_toggle_suspend'; // save toggle functionality
}
if ($(inputs[a]).attr('class').indexOf('do_action_toggle_batch_selector') != -1) {
span[a].className += ' do_action_toggle_batch_selector'; // save toggle functionality
}
if(inputs[a].checked == true) {
if(inputs[a].type == "checkbox") {