mirror of
https://github.com/myvesta/vesta
synced 2025-07-11 23:56:45 -07:00
Yahooo, sync with devel server :)
This commit is contained in:
parent
d25ae72355
commit
af3ee14057
94 changed files with 2975 additions and 302 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue