Temporarily add full asset path for jquery atwho bower dependency

There seems to be a sprockets issue with resolving the "main" option from the bower.json if the folder name contains a '.'
pull/1075/head
Till Breuer 11 years ago
parent 5cbfce81b5
commit 836304edcd
  1. 3
      app/assets/javascripts/application.js.erb

@ -15,7 +15,7 @@
//= require jquery-ui
//= require jquery-ui/ui/i18n/jquery-ui-i18n
//= require jquery.atwho
//= require jquery.atwho/dist/js/jquery.atwho.js
//= require Caret.js/src/jquery.caret
//= require jquery_noconflict
//= require prototype
@ -127,6 +127,7 @@ jQuery(document).ready(function ($) {
$(this).find('.icon').toggleClass('icon-arrow-right6-3 icon-arrow-right6-1');
Effect.toggle("work_package_descr_fields", "appear", {duration:0.3});
enable_textarea_auto_completion(jQuery("#work_package_description"));
return false;
});

Loading…
Cancel
Save