We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6909fa5 commit e5bfa9dCopy full SHA for e5bfa9d
templates/scaffold/layouts/app.stub
@@ -141,6 +141,10 @@
141
$(function () {
142
bsCustomFileInput.init();
143
});
144
+
145
+ $("input[data-bootstrap-switch]").each(function(){
146
+ $(this).bootstrapSwitch('state', $(this).prop('checked'));
147
+ });
148
</script>
149
150
@yield('third_party_scripts')
templates/scaffold/layouts/app_locale.stub
@@ -197,6 +197,10 @@
197
198
199
200
201
202
203
204
205
206
@stack('scripts')
0 commit comments