kopia lustrzana https://github.com/jbruce12000/kiln-controller
profiles can be renamed
rodzic
3db2f93df0
commit
7ac82a5d7f
|
|
@ -153,7 +153,7 @@ function enterEditMode() {
|
||||||
|
|
||||||
|
|
||||||
function saveProfile() {
|
function saveProfile() {
|
||||||
name = $('#form_profile_name').attr('value')
|
name = $('#form_profile_name').val();
|
||||||
console.log('Trying to save profile: ' + name);
|
console.log('Trying to save profile: ' + name);
|
||||||
var rawdata = graph.series[0].data;
|
var rawdata = graph.series[0].data;
|
||||||
var data = [];
|
var data = [];
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue