Skip to content
Snippets Groups Projects
Commit 037a419b authored by alexisben's avatar alexisben
Browse files

Fix search on open

parent fdfd04e5
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ path = admin_communication_unsplash_path(website_id: nil, format: :json)
modalElement.addEventListener('show.bs.modal', function (){
this.isOpened = true;
this.search.bind(this)
this.search()
}.bind(this));
modalElement.addEventListener('hide.bs.modal', function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment