Permalink
Browse files

Use the full URL for R libs

This allows the user to download the file and use the interactive table or chart.
  • Loading branch information...
1 parent 7bb5869 commit 65b8af4d084af6d6ac335c1cd78155c77ea22dd9 @jherrero jherrero committed Apr 15, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 webserver/cgi-bin/index.pl
@@ -309,7 +309,7 @@ =head2 validate_form
sub validate_form {
my $data;
- my $validated_args = ["--web", ($WEB_ROOT or "/")];
+ my $validated_args = ["--web", $q->url(-base=>1).($WEB_ROOT or "/")];
my @error_messages;
my $input_data;

0 comments on commit 65b8af4

Please sign in to comment.