Merge pull request #142 from keepassxreboot/fix_content_script

Removed incorrect function call
This commit is contained in:
Janek Bevendorff 2018-05-10 15:32:29 +02:00 committed by GitHub
commit 94e52558fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1179,7 +1179,6 @@ cip.credentials = [];
jQuery(function() {
cip.init();
cip.detectDatabaseChange();
});
cip.init = function() {