diff --git a/desktop/js/desktop.js b/desktop/js/desktop.js index 70aed57..e9d340d 100644 --- a/desktop/js/desktop.js +++ b/desktop/js/desktop.js @@ -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; -} - - +} \ No newline at end of file