mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove console.log
This commit is contained in:
parent
e0daf5fd33
commit
b1bd489cf6
@ -57,7 +57,6 @@
|
|||||||
window.loadedSearchData = true;
|
window.loadedSearchData = true;
|
||||||
trackEvent('/activity', '/search');
|
trackEvent('/activity', '/search');
|
||||||
var request = $.get('{{ URL::route('get_search_data') }}', function(data) {
|
var request = $.get('{{ URL::route('get_search_data') }}', function(data) {
|
||||||
console.log(data);
|
|
||||||
$('#search').typeahead({
|
$('#search').typeahead({
|
||||||
hint: true,
|
hint: true,
|
||||||
highlight: true,
|
highlight: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user