Remove unneeded call to crmtooltip
authorColeman Watts <coleman@civicrm.org>
Tue, 27 Jan 2015 19:47:04 +0000 (14:47 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 27 Jan 2015 19:47:04 +0000 (14:47 -0500)
templates/CRM/Campaign/Form/Gotv.tpl

index dfc2adf8ebfdd270b8b8a674409434372252ac07..452dd9db77726d36f880af500b170e4f0668c122 100755 (executable)
@@ -131,7 +131,6 @@ function loadVoterList( )
     "sDom"       : '<"crm-datatable-pager-top"lfp>rt<"crm-datatable-pager-bottom"ip>',
        "bServerSide": true,
        "sAjaxSource": sourceUrl,
-    "fnDrawCallback": function() { CRM.$().crmtooltip(); },
 
     "fnServerData": function ( sSource, aoData, fnCallback ) {
       var dataLength = aoData.length;