Browse Source

attempt to fix printer page

Thomas Buck 5 years ago
parent
commit
339ec854d1
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      input/unlisted/printer.md

+ 4
- 4
input/unlisted/printer.md View File

@@ -29,12 +29,12 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
29 29
 
30 30
 <div id="date-1">
31 31
     <noscript>
32
-        <img src="printer.jpg" alt="Fabrikator Mini V1.5">
32
+        <img src="//www.xythobuz.de/printer.jpg" alt="Fabrikator Mini V1.5">
33 33
     </noscript>
34 34
 </div>
35 35
 
36 36
 <script type="text/javascript">
37
-    var rt = LastModUsingHeader("printer.jpg", function(i, u) {
37
+    var rt = LastModUsingHeader("//www.xythobuz.de/printer.jpg", function(i, u) {
38 38
         var img = document.createElement("img");
39 39
         img.src = window.URL.createObjectURL(i);
40 40
         img.alt = "Fabrikator Mini V1.5";
@@ -54,12 +54,12 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
54 54
 
55 55
 <div id="date-2">
56 56
     <noscript>
57
-        <img style="transform: rotate(180deg);" src="printer-2.jpg" alt="CTC i3 Pro B">
57
+        <img style="transform: rotate(180deg);" src="//www.xythobuz.de/printer-2.jpg" alt="CTC i3 Pro B">
58 58
     </noscript>
59 59
 </div>
60 60
 
61 61
 <script type="text/javascript">
62
-    var rt = LastModUsingHeader("printer-2.jpg", function(i, u) {
62
+    var rt = LastModUsingHeader("//www.xythobuz.de/printer-2.jpg", function(i, u) {
63 63
         var img = document.createElement("img");
64 64
         img.src = window.URL.createObjectURL(i);
65 65
         img.alt = "CTC i3 Pro B";

Loading…
Cancel
Save