diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-05-17 21:11:24 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-05-17 21:11:24 +0200 |
commit | be7e1916730f30de9e3ebb6a687e8ee419a484df (patch) | |
tree | 1cbbc254e2f52c99254748fd3e93ecf05012e241 /js/vapi-background.js | |
parent | fde732b8776637cd00cc6922ddac2809af419559 (diff) | |
download | ematrix-be7e1916730f30de9e3ebb6a687e8ee419a484df.tar.lz ematrix-be7e1916730f30de9e3ebb6a687e8ee419a484df.tar.xz ematrix-be7e1916730f30de9e3ebb6a687e8ee419a484df.zip |
Another fix
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r-- | js/vapi-background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js index d462bc0..957a3b8 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -360,7 +360,7 @@ vAPI.storage = (function() { path2.append('extension-data'); path2.append(location.host + '.sqlite'); if (path2.exists()) { - path2.copyTo(path, location.host+'.sqlite'); + path2.moveTo(path, location.host+'.sqlite'); } path.append(location.host + '.sqlite'); |