Pre release

This commit is contained in:
naumov-socolov 2012-01-17 00:57:07 +03:00
parent 230c93fbe1
commit 3c81394a3e
25 changed files with 2486 additions and 124 deletions

View file

@ -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) {