From 721119e4a61cbb261b456dfd134811d7beb5ce98 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 5 Sep 2017 20:48:42 +0100 Subject: Support for loading games in Javascript puzzles. This is done by showing a dialog containing an through which the user can 'upload' a save file - though, of course, the 'upload' doesn't go to any HTTP server, but only into the mind of the Javascript running in the same browser. It would be even nicer to support drag-and-drop as an alternative UI for getting the save file into the browser, but that isn't critical to getting the first version of this feature out of the door. --- html/jspage.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'html') diff --git a/html/jspage.pl b/html/jspage.pl index 20e2a78..3c3a2d6 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -210,6 +210,7 @@ ${unfinishedpara} >
  • Enter game ID
  • Enter random seed
  • Download save file
  • Upload save file
  • Type...