Revert "pass the limit as int from javascript"

This commit is contained in:
Antonin Delpeuch 2018-03-02 23:46:41 +00:00 committed by GitHub
parent 0010808f3a
commit b373ab6d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ ReconStandardServicePanel.prototype.start = function() {
type: (type) ? { id: type.id, name: type.name } : null,
autoMatch: this._elmts.automatchCheck[0].checked,
columnDetails: columnDetails,
limit: parseInt(this._elmts.maxCandidates[0].value) || 0
limit: this._elmts.maxCandidates[0].value
})
},
{ cellsChanged: true, columnStatsChanged: true }