From 7ac82a5d7fefdfca5310ae489d43453f70199278 Mon Sep 17 00:00:00 2001 From: Sebastian Steuer Date: Sun, 24 Nov 2013 20:56:13 +0100 Subject: [PATCH] profiles can be renamed --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 23be38c..d3669e1 100644 --- a/public/index.html +++ b/public/index.html @@ -153,7 +153,7 @@ function enterEditMode() { function saveProfile() { - name = $('#form_profile_name').attr('value') + name = $('#form_profile_name').val(); console.log('Trying to save profile: ' + name); var rawdata = graph.series[0].data; var data = [];