--CRM-14636 Datatables implimentation causes dom collisions
[civicrm-core.git] / templates / CRM / Campaign / Form / Gotv.tpl
index 173f58a57e661d03a66c7b8b68787d5afb36f8b5..5e81d4719be92d55d9cd74fd1a1f3e77d82944f0 100755 (executable)
@@ -47,7 +47,7 @@
        </script>
        {/literal}
 
-       <table id="gotvVoterRecords">
+       <table class="gotvVoterRecords">
            <thead>
               <tr class="columnheader">
             <th></th>
@@ -121,7 +121,7 @@ function loadVoterList( )
 
      var searchVoterFor = {/literal}'{$searchVoterFor}'{literal};
 
-     cj( '#gotvVoterRecords' ).dataTable({
+     cj( '.gotvVoterRecords' ).dataTable({
                "bFilter"    : false,
     "bAutoWidth" : false,
         "bProcessing": true,