M-6.0 начало
This commit is contained in:
10
6.0/игра/050.Заголовок.js
Normal file
10
6.0/игра/050.Заголовок.js
Normal file
@@ -0,0 +1,10 @@
|
||||
function Заголовок()
|
||||
{
|
||||
this.обработатьКлюч = function(ключ, путь, значение)
|
||||
{
|
||||
if (ключ == "заголовок")
|
||||
{
|
||||
document.title = значение;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user