mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Move JS files like org.js into a separate assets/ directory
This commit is contained in:
parent
a12eaa4ce0
commit
a6ae74f52e
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Khoj</title>
|
||||
</head>
|
||||
<script type="text/javascript" src="static/org.js"></script>
|
||||
<script type="text/javascript" src="static/assets/org.js"></script>
|
||||
|
||||
<script>
|
||||
function render_image(item) {
|
||||
|
|
Loading…
Reference in a new issue