diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2010-11-11 20:40:11 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2010-11-11 20:40:11 +0300 |
| commit | 08e49bb91dcb5e8c9574e705718025bb30ca0d64 (patch) | |
| tree | 2d0dddbfbbac49c7c40efd208311b53bc4c9eb0a | |
| parent | ce40b580618988892147a696fdaa15164c7e7397 (diff) | |
remove tooltip from cdmContent
| -rw-r--r-- | functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 550b6a3fb..fc0f4c1e0 100644 --- a/functions.php +++ b/functions.php @@ -5391,7 +5391,6 @@ print "</div>"; print "<div class=\"cdmContent\" $content_hidden - title=\"".__("Click to select, ctrl-click selects multiple")."\" onclick=\"return cdmClicked(event, $id);\" id=\"CICD-$id\">"; |