Skip to content

Commit

Permalink
Merge branch 'release/0.11.10.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Jan 6, 2017
2 parents 5999681 + 9515c68 commit 483e0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ class StandaloneCommentsForm extends React.Component {
dataType: 'JSON',
success: (function() {
this.setState({ text: '', formDisplay: 'hide', loading: false })
setTimeout(() => {
this.setState({ formDisplay: 'show' })
}, 2000)
}).bind(component),
error: (function() {
this.setState({ loading: false })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- if signed_in? && current_user.is_member?
- if signed_in?
= stylesheet_link_tag 'web/activity_lines/corporative/petitions'
#argumentsModal.reveal-modal{ aria: { hidden: true, labelledby: :firstModalTitle }, data: { reveal: '', role: :dialog } }
%h2#argumentsModalTitle
Expand Down

0 comments on commit 483e0e3

Please sign in to comment.