Added proper acknowledgement to Joseph Parker of tilde.town

This commit is contained in:
TechEmporium 2019-09-15 23:59:32 -04:00
parent 395c95e29c
commit 73b2d86729
1 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* Author:
selfsame
/*
Code originally created by Joseph Parker (a.k.a.: Selfsame) for use with his https://tilde.towm homepage, called tildeos and inspired by MacOS System 6.
*/
debug = true
window.files = {};
@ -202,6 +202,4 @@ function window_open(path, blank, opts){
w.find('.name').text(iframe[0].contentDocument.title);
});
return true;
}
}