Means the altmetrics box will not display on any https pages (or pages that were rendered/generated over https).
this line was found to work to keep the Box out of the preview screen:
return 0 if $self->{session}->is_online && $self->{session}->param("screen") eq "EPrint::View";
the line in the Altmetrics.pm
return 0 if $self->{session}->get_secure;
Means the altmetrics box will not display on any https pages (or pages that were rendered/generated over https).
this line was found to work to keep the Box out of the preview screen:
return 0 if $self->{session}->is_online && $self->{session}->param("screen") eq "EPrint::View";
See the Mailing list for discussion based on this:
http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/2018-February/007179.html
Monica
The text was updated successfully, but these errors were encountered: