Merge branch 'CRM-13965' of git://github.com/pratik-joshi/civicrm-core into CRM-13965
[civicrm-core.git] / CRM / Tag / Form / Tag.php
index ecf53180fa0fdda3002b5dd2ec07a695ae0bfb76..cb1e8755ba73184f272182590da744e39aedbb4c 100644 (file)
@@ -86,14 +86,12 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form {
     foreach ($allTag as $tagID => $varValue) {
       if (in_array($tagID, $entityTag)) {
         $tagAttribute = array(
-          'onclick' => "return changeRowColor(\"rowidtag_$tagID\")",
           'checked' => 'checked',
           'id' => "tag_{$tagID}",
         );
       }
       else {
         $tagAttribute = array(
-          'onclick' => "return changeRowColor(\"rowidtag_$tagID\")",
           'id' => "tag_{$tagID}",
         );
       }