Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/app
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2018-10-29 11:27:45 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:19 +0300
commite092c78563d2f9b84c00ba791c4eda8c6992424c (patch)
tree56aa9629a8e165066615086d21b7aae4249b78ac /js/app
parent7694c291b7ecbb5014f22bff5ff258660bb386b2 (diff)
Removed console output
Diffstat (limited to 'js/app')
-rw-r--r--js/app/controllers/credential.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index 1116adb8..7d505387 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -344,7 +344,6 @@
});
native_search.addEventListener('keyup', function (e) {
- console.log("keyup");
$scope.$apply(function () {
$scope.filterOptions.filterText=native_search.value;
});