Commit 38fc5dc2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix disappearing @ when mention user

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 445f31c6
...@@ -143,7 +143,7 @@ gem 'jquery-turbolinks' ...@@ -143,7 +143,7 @@ gem 'jquery-turbolinks'
gem 'chosen-rails', "1.0.1" gem 'chosen-rails', "1.0.1"
gem 'select2-rails' gem 'select2-rails'
gem 'jquery-atwho-rails', "~> 0.4.1" gem 'jquery-atwho-rails', "~> 0.3.3"
gem "jquery-rails", "2.1.3" gem "jquery-rails", "2.1.3"
gem "jquery-ui-rails", "2.0.2" gem "jquery-ui-rails", "2.0.2"
gem "modernizr", "2.6.2" gem "modernizr", "2.6.2"
......
...@@ -257,7 +257,7 @@ GEM ...@@ -257,7 +257,7 @@ GEM
rack (>= 1.2.1) rack (>= 1.2.1)
rake rake
jasmine-core (2.0.0.rc5) jasmine-core (2.0.0.rc5)
jquery-atwho-rails (0.4.1) jquery-atwho-rails (0.3.3)
jquery-rails (2.1.3) jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0) railties (>= 3.1.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)
...@@ -605,7 +605,7 @@ DEPENDENCIES ...@@ -605,7 +605,7 @@ DEPENDENCIES
hipchat (~> 0.9.0) hipchat (~> 0.9.0)
httparty httparty
jasmine (= 2.0.0.rc5) jasmine (= 2.0.0.rc5)
jquery-atwho-rails (~> 0.4.1) jquery-atwho-rails (~> 0.3.3)
jquery-rails (= 2.1.3) jquery-rails (= 2.1.3)
jquery-turbolinks jquery-turbolinks
jquery-ui-rails (= 2.0.2) jquery-ui-rails (= 2.0.2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment