app/assets/javascripts/umlaut.js in umlaut-3.3.1 vs app/assets/javascripts/umlaut.js in umlaut-4.0.0.beta1

- old
+ new

@@ -7,12 +7,16 @@ // jquery is required for umlaut, it's okay // if the manifest chain ends up 'require'ing twice because // it's mentioned in local manifest, sprockets is smart enough. //= require jquery -//= require bootstrap-transition -//= require bootstrap-modal -//= require bootstrap-typeahead -//= require bootstrap-collapse + +// We're using a local bootstrap3-typeahead.js, to restore bootstrap2-style +//= require bootstrap3-typeahead + +//= require bootstrap/transition +//= require bootstrap/modal +// #require bootstrap/typeahead +//= require bootstrap/collapse // Require all js files inside the 'umlaut' subdir next to this file. //= require_tree './umlaut'