fix javascript in site not activating
This commit is contained in:
parent
adaf732809
commit
4603bce365
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
c3nav = {
|
c3nav = {
|
||||||
init: function() {
|
init: function() {
|
||||||
if (!$('#c3nav-main').length) return;
|
if (!$('#main_view').length) return;
|
||||||
|
|
||||||
c3nav._typeahead_locations = new Bloodhound({
|
c3nav._typeahead_locations = new Bloodhound({
|
||||||
datumTokenizer: function(data) {
|
datumTokenizer: function(data) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue