Skip to content

Commit

Permalink
try not fire events
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlers committed Mar 5, 2018
1 parent 03e079e commit 971f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpoweb/util/UpdatePageClickListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private void updateUi(String searchParameter, String searchValue) {
@Override
public void run() {
Page page = HpowebUI.get().getPage();
page.setUriFragment(searchParameter + "=" + searchValue);
page.setUriFragment(searchParameter + "=" + searchValue, false);
}
});

Expand Down

0 comments on commit 971f793

Please sign in to comment.