1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Bootswitch styling.

This commit is contained in:
Cameron
2017-02-10 09:16:40 -08:00
parent 503fa926ac
commit a631bd5195
4 changed files with 26 additions and 4 deletions

View File

@@ -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
});
});
});