Skip to content

Commit

Permalink
(status > monitoring) trigger change event
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Mar 12, 2016
1 parent df77eca commit 181e6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ function applySettings(defaults) {
}

if(currentOption[0] === "timePeriod") {
$( "#time-period" ).val(currentOption[1]);
$( "#time-period" ).val(currentOption[1]).change();
}

if(currentOption[0] === "resolution") {
Expand Down

1 comment on commit 181e6d7

@NOYB
Copy link
Contributor

@NOYB NOYB commented on 181e6d7 Mar 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. That works.

Please sign in to comment.