Change page title

This commit is contained in:
Pierre HUBERT 2018-08-02 09:43:24 +02:00
parent 04b80782dc
commit 4d7a99aeea

View File

@ -61,6 +61,9 @@ ComunicWeb.pages.groups.pages.forbidden = {
*/
display: function(id, result, target){
//Update page title
document.title = result.name;
//Create a box to contain information about registration
var box = createElem2({
appendTo: target,