Skip to content
Snippets Groups Projects
Commit 7b2e857c authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] website: promote: very slow title edition when use keywords

parent 34efcb49
No related branches found
No related tags found
No related merge requests found
......@@ -343,8 +343,8 @@ var Configurator = Widget.extend({
template: 'website.seo_configuration',
events: {
'keyup input[name=seo_page_keywords]': 'confirmKeyword',
'keyup input[name=seo_page_title]': 'titleChanged',
'keyup textarea[name=seo_page_description]': 'descriptionChanged',
'blur input[name=seo_page_title]': 'titleChanged',
'blur textarea[name=seo_page_description]': 'descriptionChanged',
'click button[data-action=add]': 'addKeyword',
'click button[data-action=update]': 'update',
'hidden.bs.modal': 'destroy',
......
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