aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-background.js
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-05-12 21:58:03 +0200
committerAlessio Vanni <vannilla@firemail.cc>2019-05-12 21:58:03 +0200
commit5d142cf2bf9a552ef069dee02af28a2507934550 (patch)
tree3221d61330ec51644f933c29f60fb0f00319977f /js/vapi-background.js
parent5370644901f8b3f8ecfe88df2940a46102a3e4c8 (diff)
downloadematrix-5d142cf2bf9a552ef069dee02af28a2507934550.tar.lz
ematrix-5d142cf2bf9a552ef069dee02af28a2507934550.tar.xz
ematrix-5d142cf2bf9a552ef069dee02af28a2507934550.zip
Change directory name to be more informative
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r--js/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index 08a84bc..719cbdf 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -348,7 +348,7 @@ vAPI.storage = (function() {
// Create path
var path = Services.dirsvc.get('ProfD', Ci.nsIFile);
- path.append('extension-data');
+ path.append('ematrix-data');
if ( !path.exists() ) {
path.create(Ci.nsIFile.DIRECTORY_TYPE, parseInt('0774', 8));
}