fix javascript in site not activating

This commit is contained in:
Laura Klünder 2016-12-20 03:55:06 +01:00
parent adaf732809
commit 4603bce365

View file

@ -1,6 +1,6 @@
c3nav = {
init: function() {
if (!$('#c3nav-main').length) return;
if (!$('#main_view').length) return;
c3nav._typeahead_locations = new Bloodhound({
datumTokenizer: function(data) {