Remove stray debug statement
authorColeman Watts <coleman@civicrm.org>
Sun, 12 Jul 2015 20:07:21 +0000 (16:07 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 12 Jul 2015 20:07:21 +0000 (16:07 -0400)
templates/CRM/Admin/Form/Preferences/Display.tpl

index 7ae0f08fb8d7ba3b5ee03bcaebd206827998c3e6..ff515f7ed5979d0db4fff89982ba1c6689d80ac4 100644 (file)
         });
 
         function showCKEditorConfig() {
-          console.log($(this).val());
           $('.crm-preferences-display-form-block-editor_id .crm-button').toggle($(this).val() == '2');
         }
         $('select[name=editor_id]').each(showCKEditorConfig).change(showCKEditorConfig);