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:
parent
9f3da67cf2
commit
12137402de
13 changed files with 51 additions and 30 deletions
|
@ -4,7 +4,7 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
const settings = require("./settings");
|
||||
const settings = require("../lib/settings");
|
||||
const sanitationRules = require("./sanitationRules");
|
||||
|
||||
var title = document.createElement("h1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue