From 84cac96f16daab8a49199e9310f86e8475a4ba39 Mon Sep 17 00:00:00 2001 From: Josh Williams Date: Tue, 1 Oct 2013 17:14:06 -0400 Subject: [PATCH] Add on-success action to file upload save - #158 Currently, show a 'thank you' message showing the user which files were uploaded, and automatically refresh the page 15 seconds later. --- karmaworld/templates/partial/filepicker.html | 28 ++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/karmaworld/templates/partial/filepicker.html b/karmaworld/templates/partial/filepicker.html index 4b10d08..d4b07de 100644 --- a/karmaworld/templates/partial/filepicker.html +++ b/karmaworld/templates/partial/filepicker.html @@ -21,6 +21,13 @@
+
-- 2.25.1