forked from 0x2620/pandora
use Ox.Log
This commit is contained in:
parent
ecc7b0ba3e
commit
60c54bb7d5
23 changed files with 62 additions and 62 deletions
|
|
@ -112,7 +112,7 @@ pandora.ui.findElement = function() {
|
|||
var elementValue = that.value(),
|
||||
key = elementValue[pandora.user.ui._list ? 1 : 0],
|
||||
findKey = Ox.getObjectById(pandora.site.findKeys, key);
|
||||
value === '' && Ox.print('Warning: autocomplete function should never be called with empty value');
|
||||
value === '' && Ox.Log('', 'Warning: autocomplete function should never be called with empty value');
|
||||
if (findKey.autocomplete) {
|
||||
pandora.api.autocomplete({
|
||||
key: key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue