Skip to content

Commit

Permalink
UI-1219: fixed an issue when updating the prepend feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mroux committed Mar 1, 2015
1 parent 9a628ec commit c55de06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/submodules/numberPrepend/numberPrepend.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define(function(require){
var prependFormData = monster.ui.getFormData('number_prepend');
prependFormData.enabled = (prependFormData.name && prependFormData.name.length > 0) ? true : false;

_.extend(true, dataNumber, { prepend: prependFormData });
$.extend(true, dataNumber, { prepend: prependFormData });

self.numberPrependUpdateNumber(dataNumber.id, dataNumber,
function(data) {
Expand Down

0 comments on commit c55de06

Please sign in to comment.