mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Change page title
This commit is contained in:
parent
04b80782dc
commit
4d7a99aeea
@ -61,6 +61,9 @@ ComunicWeb.pages.groups.pages.forbidden = {
|
|||||||
*/
|
*/
|
||||||
display: function(id, result, target){
|
display: function(id, result, target){
|
||||||
|
|
||||||
|
//Update page title
|
||||||
|
document.title = result.name;
|
||||||
|
|
||||||
//Create a box to contain information about registration
|
//Create a box to contain information about registration
|
||||||
var box = createElem2({
|
var box = createElem2({
|
||||||
appendTo: target,
|
appendTo: target,
|
||||||
|
Loading…
Reference in New Issue
Block a user