Skip to content

Commit

Permalink
Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Jul 8, 2022
1 parent b374de0 commit b5e2fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Photo</title>
</head>
<body bgcolor="#000000">
<img src="" id="imag" style="image-orientation:none">
<img src="" id="imag" style="image-orientation:none" onerror="this.src=this.src.split('/').pop();this.onerror=null;">
<script>
var chem = window.location.hash.substring(2);
var rot = window.location.hash.substring(1,2);
Expand Down

0 comments on commit b5e2fba

Please sign in to comment.