Skip to content

Commit

Permalink
im stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
novafurry committed May 14, 2024
1 parent e137578 commit 5344397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/fm.nvapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ul>
</appContent>
<script type="module">
import './libraries/foxyfs.js';
import './libraries/foxywincontent.js';
import '../libraries/foxyfs.js';
import '../libraries/foxywincontent.js';
window.fm = {
refresh: async function (dir) {
var path = dir.split("/")
Expand Down
4 changes: 2 additions & 2 deletions libraries/foxywm.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function fwmInit() {
windows: {
new: function nw(content, title, id, instant = false, acid = "No") {
if (acid != "No") {
const win = document.createElement("wmcontent");
win.innerHTML = httpGet('applications/'+acid)
const win = document.createElement("iframe");
win.src = 'applications/'+acid
win.title = title
win.dataset.title = title;
if (fwmStor.memory[id] !== undefined) {
Expand Down

0 comments on commit 5344397

Please sign in to comment.