Skip to content
Snippets Groups Projects
Commit 8908d61c authored by Geoff Rowland's avatar Geoff Rowland
Browse files

Remove redundant download string

parent df628f74
Branches main
No related tags found
No related merge requests found
...@@ -82,7 +82,6 @@ $expfilename = str_replace('.png', '', $filename); ...@@ -82,7 +82,6 @@ $expfilename = str_replace('.png', '', $filename);
$expfilename = str_replace('.gz', '', $expfilename); $expfilename = str_replace('.gz', '', $expfilename);
$expfilename = str_replace('.zip', '', $expfilename); $expfilename = str_replace('.zip', '', $expfilename);
$downloadstructurefile = get_string('downloadstructurefile', 'filter_jmol', true);
$fullscreen = get_string('fullscreen', 'filter_jmol', true); $fullscreen = get_string('fullscreen', 'filter_jmol', true);
if ($jmolfiletype === "cif" ) { if ($jmolfiletype === "cif" ) {
$loadscript = 'set zoomLarge false; load '.$pathname.' {1 1 1}; zoom 0;'; $loadscript = 'set zoomLarge false; load '.$pathname.' {1 1 1}; zoom 0;';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment