Skip to content

Commit

Permalink
FearlessKiwis-MAGETWO-8436-Tax-class-name-corrupted-if-contain-char
Browse files Browse the repository at this point in the history
- js coding style fix
  • Loading branch information
Cristian Partica committed May 8, 2015
1 parent 116d9c9 commit 38f9431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/web/mage/backend/editablemultiselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ define([
var resultEntityValueName="";
if (typeof result[entityValueName] === 'string') {
resultEntityValueName=result[entityValueName].escapeHTML();
}
else {
} else {
resultEntityValueName=result[entityValueName];
}
// Add item to initial select element
Expand Down

0 comments on commit 38f9431

Please sign in to comment.