aboutsummaryrefslogtreecommitdiffstats
path: root/lib/script_entries/free_libraries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/script_entries/free_libraries.js')
-rw-r--r--lib/script_entries/free_libraries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/script_entries/free_libraries.js b/lib/script_entries/free_libraries.js
index ac1a664..291b982 100644
--- a/lib/script_entries/free_libraries.js
+++ b/lib/script_entries/free_libraries.js
@@ -30,7 +30,7 @@ var scriptsCached = require("./scripts_cache").scriptsCached;
// find the json database path.
var dbContents = require("sdk/self").data.load(
- "../script_libraries/script-libraries.json");
+ "script_libraries/script-libraries.json");
const AUTHOR_REASON = "This script has been tagged as free software by LibreJS authors.";