fixed checkbox selector
This commit is contained in:
parent
eb99b37ddb
commit
8bbb4d774a
|
@ -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';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue