mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-27 00:43:02 +08:00
Removed console output
This commit is contained in:
parent
7694c291b7
commit
e092c78563
1 changed files with 0 additions and 1 deletions
|
@ -344,7 +344,6 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
native_search.addEventListener('keyup', function (e) {
|
native_search.addEventListener('keyup', function (e) {
|
||||||
console.log("keyup");
|
|
||||||
$scope.$apply(function () {
|
$scope.$apply(function () {
|
||||||
$scope.filterOptions.filterText=native_search.value;
|
$scope.filterOptions.filterText=native_search.value;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue