Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { SERVER_BUFFER } from "/state.js";
|
||||
import { SERVER_BUFFER } from "./state.js";
|
||||
|
||||
function getActiveClient(app) {
|
||||
var buf = app.state.buffers.get(app.state.activeBuffer);
|
||||
|
||||
Reference in New Issue
Block a user