mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
This is now unused: through the js controller only at startup
This commit is contained in:
@@ -7,11 +7,7 @@ export default class extends ApplicationController {
|
||||
this.fetch();
|
||||
}
|
||||
|
||||
fetch = (event = {}) => {
|
||||
if (event && event.target) {
|
||||
this.stimulate("Products#fetch", event.target);
|
||||
return;
|
||||
}
|
||||
fetch = () => {
|
||||
this.stimulate("Products#fetch");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user