Skip to content

Commit

Permalink
Merge branch '1.5' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Aug 4, 2018
2 parents 89bc17b + af37619 commit 6addd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-2.0.md
Expand Up @@ -27,7 +27,7 @@ CHANGELOG - ZIKULA 2.0.x
- Explicitly specify translation domain in pager templates (#3917).
- Explicitly specify translation domain in user mail helper for calls from external modules (#3918).
- Simplified workflow editor controller (#3749).
- Avoid information disclosure if database exceptions occur.
- Fixed broken user search in Groups administration.

- Vendor updates:
- gedmo/doctrine-extensions updated from 2.4.35 to 2.4.36
Expand Down
Expand Up @@ -32,7 +32,7 @@
return;
}

var fragment = $(this).attr('value');
var fragment = $(this).val();

if (fragment === "") {
userListTable.removeClass('hide');
Expand Down

0 comments on commit 6addd59

Please sign in to comment.