Commit 28bf61d4 authored by Romain Courteaud's avatar Romain Courteaud

erp5_xhtml_style: fixup transition_message selector

See nexedi/erp5@0c2dd107
parent ba45e294
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
// Display the error message in the portal_status location // Display the error message in the portal_status location
// As renderJS does not report which element is failing while loading // As renderJS does not report which element is failing while loading
// a gadget // a gadget
var error_element = document.getElementById('transition_message'); var error_element = document.querySelector('.transition_message');
error_element.textContent = error + '. ' + error_element.textContent; error_element.textContent = error + '. ' + error_element.textContent;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment