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
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-02-20 02:01:01 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commitfd8dcc6c1ca9e2a5effdff71ee37999d61a58b41 (patch)
tree2e2aacaff8de8f246da6cf1606fd4e8c3b9fcbb1 /js/app/directives
parent514cb569fba1ee7333f49d8adc4b7be6b52497b4 (diff)
Add feature to request vault destructions
Diffstat (limited to 'js/app/directives')
-rw-r--r--js/app/directives/credentialtemplate.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/app/directives/credentialtemplate.js b/js/app/directives/credentialtemplate.js
index 66f47271..9b03db90 100644
--- a/js/app/directives/credentialtemplate.js
+++ b/js/app/directives/credentialtemplate.js
@@ -39,7 +39,6 @@
},
link: function (scope, element, attrs) {
- console.log(attrs.showLabel)
scope.showLabel = (attrs.hasOwnProperty('showLabel'));
}
};