diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index 07fbea54..f3ab9b7e 100755 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -492,7 +492,7 @@ $(function() { .append( $ui.findInput = new Ox.Input({ autocomplete: function(key, value, callback) { - var findKey = getObjectById(config.findKeys, key) + var findKey = Ox.getObjectById(config.findKeys, key) Ox.print("autocomplete", key, value); value === "" && Ox.print("Warning: autocomplete function should never be called with empty value"); if ("autocomplete" in findKey && findKey.autocomplete) {