You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this has to do with a missing javascript file. My understanding is that we should also load the bootstrap javascript file in application.js i.e.:
// This is a manifest file that'll be compiled into application.js, which will include all the files// listed below.//// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.//// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the// compiled file.//// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details// about supported directives.////= require pace/pace.min//= require jquery//= require jquery_ujs//= require turbolinks//= require modernizr.custom//= require bootstrapv3/js/bootstrap.min//= require jquery-unveil/jquery.unveil.min//= require jquery-bez/jquery.bez.min//= require jquery-ios-list/jquery.ioslist.min//= require imagesloaded/imagesloaded.pkgd.min//= require jquery-actual/jquery.actual.min//= require jquery-scrollbar/jquery.scrollbar.min//= require pages//= require_tree .
NOTE the addition of //= require bootstrapv3/js/bootstrap.min
download the project, without changes, run app and the header not run anything link open dropdown, modal (search), etc. Not working
But... without errors in console.
The text was updated successfully, but these errors were encountered: