Play file in browser or with external helper application

Create a new `play.jim` here. The `/play` subtree is now obsolete and can be removed.
This commit is contained in:
df 2021-02-16 02:00:33 +00:00
parent 5ef79f30fb
commit 40a13a871a
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ function doplay(it)
var hh = new URL(file, window.location.href);
window.location = hh.href;
} else {
window.location = '/play/play.jim?' +
window.location = '/browse/play.jim?' +
'dir=' + encodeURIComponent(dir) +
'&base=' + encodeURI(window.location.href) +
'&duration=' + duration +