From 55dea390d33aecac815b788e86b0b719cb1b2b97 Mon Sep 17 00:00:00 2001 From: Evangelos Vlachogiannis Date: Thu, 7 Aug 2014 16:41:10 +0200 Subject: [PATCH] fixed #43 profile comment now loaded --- js/testingprofile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/testingprofile.js b/js/testingprofile.js index 3359ed4..b6139bd 100644 --- a/js/testingprofile.js +++ b/js/testingprofile.js @@ -280,7 +280,7 @@ UserTestingProfile.prototype.loadDataFromForm = function () { this.profile.userAgent = extractProductInfo("#userAgent"); this.profile.plugin = extractProductInfo("#plugin"); this.profile.profileName = $("#profileName").val(); - this.profileComment = $("#profileComment").val(); + this.profile.profileComment = $("#profileComment").val(); this.id = parseInt($("#testProfileId").val()); };