Subversion Repositories SmartDukaan

Rev

Rev 36563 | Rev 36726 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36563 Rev 36598
Line 43... Line 43...
43
                });
43
                });
44
        }
44
        }
45
    });
45
    });
46
 
46
 
47
    $(document).on('focus', '.flagship-item-search', function() {
47
    $(document).on('focus', '.flagship-item-search', function() {
48
        getItemAheadOptions($(this), false, function(selectedItem) {
48
        getCatalogAheadOptions($(this), 70000, function(selectedItem) {
49
            selectedCatalogId = selectedItem.catalogId;
49
            selectedCatalogId = selectedItem.catalogId;
50
        });
50
        });
51
    });
51
    });
52
});
52
});
53
 
53