json 1.8.6

This commit is contained in:
Seth Call 2017-12-22 17:54:31 -06:00
parent 55cd878e28
commit a510b3bf84
3 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,7 @@ else
ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'] ||= "true"
end
gem 'json', '1.8.6'
gem 'rails', '> 4.2'
gem 'protected_attributes'
gem 'rails-observers'

View File

@ -342,7 +342,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
json (1.8.6)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
@ -631,6 +631,7 @@ DEPENDENCIES
jasmine (= 1.3.1)
jquery-rails (= 4.1.1)
jquery-ui-rails (= 5.0.5)
json (= 1.8.6)
kickbox
launchy
mime-types (= 1.25)

View File

@ -67,11 +67,13 @@ AttachmentActions = @AttachmentActions
triggerNotation: () ->
if !@attachNotationBtn?
@attachNotationBtn = $('input.attachment-notation').eq(0)
console.log("@attachNotationBtn", @attachNotationBtn)
@attachNotationBtn.trigger('click')
triggerAudio: () ->
if !@attachAudioBtn?
@attachAudioBtn = $('input.attachment-audio').eq(0)
console.log("@@attachAudioBtn", @attachAudioBtn)
@attachAudioBtn.trigger('click')