Skip to content

Commit

Permalink
fixed #43
Browse files Browse the repository at this point in the history
profile comment now loaded
  • Loading branch information
evlach committed Aug 7, 2014
1 parent 63cb14a commit 55dea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/testingprofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
};

Expand Down

0 comments on commit 55dea39

Please sign in to comment.