fixed checkbox selector

This commit is contained in:
Roland Gruber 2018-03-11 10:44:52 +01:00
parent eb99b37ddb
commit 8bbb4d774a
1 changed files with 1 additions and 1 deletions

View File

@ -2110,7 +2110,7 @@ class htmlInputCheckbox extends htmlElement {
* Returns the CSS selector to use to find show/hide elements.
*/
protected function getShowHideSelector() {
return '.tr';
return 'tr';
}
}