1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Fixed relative require paths

This commit is contained in:
kkapsner 2019-04-08 00:02:29 +02:00
parent 9f3da67cf2
commit 12137402de
13 changed files with 51 additions and 30 deletions

View file

@ -12,7 +12,7 @@
scope = require.register("./optionsGui", {});
}
const logging = require("./logging");
const logging = require("../lib/logging");
function createDescription(setting){
var c = document.createElement("div");