mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-26 17:51:47 +08:00
Remove Gem dependency, add atwho as regular vendor/js
This commit is contained in:
parent
e12907c9b9
commit
eb64162633
4 changed files with 5 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -66,7 +66,6 @@ gem 'quill-rails', # Rich text editor
|
|||
git: 'https://github.com/biosistemika/quill-rails.git',
|
||||
ref: 'e765c04'
|
||||
gem 'base62' # Used for smart annotations
|
||||
gem 'jquery-atwho-rails' # Used for smart annotations
|
||||
|
||||
group :development, :test do
|
||||
gem 'byebug'
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
//= require jquery-ui/draggable
|
||||
//= require jquery-ui/droppable
|
||||
//= require jquery.ui.touch-punch.min
|
||||
//= require jquery.atwho
|
||||
//= require jquery.caret.min
|
||||
//= require jquery.atwho.min
|
||||
//= require hammer
|
||||
//= require introjs
|
||||
//= require js.cookie
|
||||
|
|
1
vendor/assets/javascripts/jquery.atwho.min.js
vendored
Normal file
1
vendor/assets/javascripts/jquery.atwho.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
vendor/assets/javascripts/jquery.caret.min.js
vendored
Normal file
2
vendor/assets/javascripts/jquery.caret.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue