5 строки
100 Б
JavaScript
5 строки
100 Б
JavaScript
dojo.addOnLoad(function() {
|
|
updateTitle = function() {
|
|
document.title = "Tiny Tiny RSS";
|
|
};
|
|
});
|