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:
parent
5ef79f30fb
commit
40a13a871a
@ -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 +
|
||||
|
Loading…
Reference in New Issue
Block a user