mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Bootswitch styling.
This commit is contained in:
3
e107_web/js/bootstrap.switch.init.js
vendored
3
e107_web/js/bootstrap.switch.init.js
vendored
@@ -21,7 +21,8 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
$(this).bootstrapSwitch({
|
||||
size: options.size || 'mini',
|
||||
onText: options.onText || null,
|
||||
offText: options.offText || null
|
||||
offText: options.offText || null,
|
||||
wrapperClass: options.wrapperClass || null
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user