Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bowyer <reprappro@gmail.com>2013-10-14 21:29:47 +0400
committerAdrian Bowyer <reprappro@gmail.com>2013-10-14 21:29:47 +0400
commit7966335a28787c52c642597b0b7d73c0c836010d (patch)
tree0eb8c8b79cb3dff9bfcfb6fd6fd95e4a4b1765e5 /SD-image/www
parentc108131a1461019e1b06a5f36a581cabbab78728 (diff)
Small knockout bug in reprap.htm fixed - loading the file list didn't work
properly. Now seems OK.
Diffstat (limited to 'SD-image/www')
-rw-r--r--SD-image/www/reprap.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SD-image/www/reprap.htm b/SD-image/www/reprap.htm
index 25f8522a..6c48a0ea 100644
--- a/SD-image/www/reprap.htm
+++ b/SD-image/www/reprap.htm
@@ -139,7 +139,7 @@ function heatRowHTML(heater, hNumber)
</script>
<!-- HEADER -->
-<a href="http://reprappro.com" target="_blank"><img src="logo.png" alt="RepRapPro logo" align="right"></a>
+<a href="http://reprappro.com" target="_blank"><img src="https://github.com/reprappro/RepRapFirmware/raw/due/SD-image/www/logo.png" alt="RepRapPro logo" align="right"></a>
<div style="font-size:20px" data-bind="with: machineName">RepRap: <strong data-bind="text: myName"></strong></div>
@@ -540,7 +540,7 @@ function viewModel()
onControlPage = false;
self.getName();
- self.fileList();
+ //self.fileList();
self.getTemps();
self.getAxes();
self.goToPage(self.pages[5]);