From 6eaa107b8ce31f404c7396c9ba64f00c0aa80088 Mon Sep 17 00:00:00 2001 From: tl3ilaxu Date: Tue, 8 Mar 2016 16:49:23 +0100 Subject: [PATCH] I totally saw that --- app/assets/javascripts/switch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/switch.js b/app/assets/javascripts/switch.js index 77f1845..1b47851 100644 --- a/app/assets/javascripts/switch.js +++ b/app/assets/javascripts/switch.js @@ -1,6 +1,5 @@ ready = function() { $.each($('[data-switch]'), function(key, value){ - console.log(value.getAttribute('data-offText')); $(this).bootstrapSwitch({ offText: value.getAttribute('data-offText'), onText: value.getAttribute('data-onText')}); }); $('[data-switch]').on('switchChange.bootstrapSwitch', function(event, state) {