mirror of
https://github.com/myvesta/vesta
synced 2025-07-13 00:23:35 -07:00
Pre release
This commit is contained in:
parent
230c93fbe1
commit
3c81394a3e
25 changed files with 2486 additions and 124 deletions
|
@ -25,7 +25,7 @@ Visit http://ryanfait.com/ for more information.
|
|||
|
||||
var checkboxHeight = "25";
|
||||
var radioHeight = "25";
|
||||
var selectWidth = "210";
|
||||
var selectWidth = "230";
|
||||
|
||||
|
||||
/* No need to change anything after this */
|
||||
|
@ -47,6 +47,9 @@ var Custom = {
|
|||
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]).attr('class').indexOf('do_action_toggle_ssl_support') != -1) {
|
||||
span[a].className += ' do_action_toggle_ssl_support'; // save toggle functionality
|
||||
}
|
||||
|
||||
|
||||
if(inputs[a].checked == true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue