CRM-13863 - Ajax fixes
[civicrm-core.git] / js / crm.livePage.js
index 4c0e8c979106fcfddbfca76995443508d51df202..b7f8f15f4de64b10164b7aa791aaed9fcac0ebd1 100644 (file)
@@ -7,7 +7,7 @@ cj(function($) {
     // Open action links in a popup
     .on('click', 'a.button, a.action-item', function() {
       // only follow real links not javascript buttons
-      if ($(this).attr('href') === '#' || $(this).attr('onclick')) {console.log('bogus', this);
+      if ($(this).attr('href') === '#' || $(this).attr('onclick')) {
         return;
       }
       CRM.loadForm($(this).attr('href'), {