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

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/content/ui.js')
-rw-r--r--keepassxc-browser/content/ui.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/keepassxc-browser/content/ui.js b/keepassxc-browser/content/ui.js
index bbae3d5..29e7235 100644
--- a/keepassxc-browser/content/ui.js
+++ b/keepassxc-browser/content/ui.js
@@ -165,7 +165,6 @@ const initColorTheme = function(elem) {
}
};
-
// Enables dragging
document.addEventListener('mousemove', function(e) {
if (kpxcPasswordDialog.selected === kpxcPasswordDialog.titleBar) {