commit 2017-03-02 07:04:01.716847

Question about not displaying exchange in Search Symbol control #1611
This commit is contained in:
Jenkins
2017-03-02 01:04:32 -06:00
parent 225efc7c59
commit 6b5065d487
11 changed files with 9 additions and 94 deletions

View File

@@ -215,6 +215,8 @@ Datafeeds.UDFCompatibleDatafeed.prototype.searchSymbols = function(searchString,
if (!data[i].params) {
data[i].params = [];
}
data[i].exchange = data[i].exchange || '';
}
if (typeof data.s == 'undefined' || data.s !== 'error') {