Skip to content

Commit

Permalink
cs.js / cs.min.js
Browse files Browse the repository at this point in the history
Forgot to make an important change.
  • Loading branch information
ConnorWiseman committed Dec 26, 2015
1 parent a464b88 commit 01112e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* required provided this entire comment block remains intact.
* @author Connor Wiseman
* @copyright 2012-2015 Connor Wiseman
* @version 1.7.5 (December 2015)
* @version 1.7.6 (December 2015)
* @license
* Copyright (c) 2012-2015 Connor Wiseman
*
Expand Down Expand Up @@ -769,7 +769,7 @@ $cs.module.Profile.prototype.execute = function() {
} else {
var customFieldContent = customFieldsDivs[i].textContent.split(': ')[1];
}
this.setValue('customField' + i, customFieldsDivs[i].textContent.split(': ')[1]);
this.setValue('customField' + i, customFieldContent);
}

// statistics
Expand Down
Loading

0 comments on commit 01112e0

Please sign in to comment.