1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Flipswitch styling fix.

This commit is contained in:
Cameron
2017-03-03 13:44:10 -08:00
parent a08a589fd7
commit 5c6ccdb69a

View File

@@ -2405,7 +2405,7 @@ class e_form
if(e_ADMIN_AREA === true) if(e_ADMIN_AREA === true)
{ {
$js_options[$name]['wrapperClass'] = 'wrapper form-control'; $js_options[$switchName]['wrapperClass'] = 'wrapper form-control';
} }
e107::library('load', 'bootstrap.switch'); e107::library('load', 'bootstrap.switch');