Updated www files to version 1.04

This commit is contained in:
David Crocker 2014-12-15 18:51:22 +00:00
parent 8fed48f088
commit f28dbc7474
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/*! Reprap Ormerod Web Control | by Matt Burnett <matt@burny.co.uk>. | open license
*/
var ver = 1.03; //App version
var ver = 1.04; //App version
var polling = false;
var printing = false;
var paused = false;
@ -308,7 +308,7 @@ $('div#panicBtn button').on('click', function() {
//reset printing after pause
printing = false;
paused = false;
btnVal = "M0";
btnVal = "T0";
resetLayerData(0, 0, false);
//no break
case "M24":

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Ormerod Control v1.03</title>
<title>Ormerod Control v1.04</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->