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 1ffad2c commit 7d2b8d5Copy full SHA for 7d2b8d5
assets/js/material-dashboard.js
@@ -67,14 +67,6 @@ $(document).ready(function(){
67
// Activate the tooltips
68
$('[rel="tooltip"]').tooltip();
69
70
- // Activate the switches with icons
71
- if($('.switch').length != 0){
72
- $('.switch')['bootstrapSwitch']();
73
- }
74
- // Activate regular switches
75
- if($("[data-toggle='switch']").length != 0){
76
- $("[data-toggle='switch']").wrap('<div class="switch" />').parent().bootstrapSwitch();
77
78
79
$('.form-control').on("focus", function(){
80
$(this).parent('.input-group').addClass("input-group-focus");
0 commit comments