Skip to content

Commit 13fe45c

Browse files
committed
jsToggle
1 parent 9ee10e5 commit 13fe45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/common/html/traits/BaseHtmlEventsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ public function jsHide() {
175175
}
176176

177177
public function jsToggle($value) {
178-
return $this->jsDoJquery("hide",$value);
178+
return $this->jsDoJquery("toggle",$value);
179179
}
180180
}

0 commit comments

Comments
 (0)