Skip to content

Commit

Permalink
Corrected typo in miqSparkle function name
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Jul 27, 2018
1 parent 04326c8 commit f0348dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/miq_ae_class_controller.rb
Expand Up @@ -1513,7 +1513,7 @@ def fields_seq_field_changed
page.replace('column_lists', :partial => 'fields_seq_form')
@changed = (@edit[:new] != @edit[:current])
page << javascript_for_miq_button_visibility(@changed) if @changed
page << "miqsparkle(false);"
page << "miqSparkle(false);"
end
end

Expand Down Expand Up @@ -1576,7 +1576,7 @@ def priority_form_field_changed
:locals => {:action => "domains_priority_edit"})
@changed = (@edit[:new] != @edit[:current])
page << javascript_for_miq_button_visibility(@changed) if @changed
page << "miqsparkle(false);"
page << "miqSparkle(false);"
end
end

Expand Down

0 comments on commit f0348dd

Please sign in to comment.