Skip to content

Commit

Permalink
remove unnecessary code from requestStore.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberio-baptista committed Oct 4, 2023
1 parent 1f1a1d7 commit de52e7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dicoogle/src/main/resources/webapp/js/stores/requestStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const RequestStore = Reflux.createStore({

onQuery: function(data) {
this._contents = data
self.trigger({
contents: this._contents
});
},

get: function() {
Expand All @@ -24,5 +21,3 @@ const RequestStore = Reflux.createStore({
});

export { RequestStore };

window.store = RequestStore;

0 comments on commit de52e7c

Please sign in to comment.