5 lignes
100 o
JavaScript
5 lignes
100 o
JavaScript
dojo.addOnLoad(function() {
|
|
updateTitle = function() {
|
|
document.title = "Tiny Tiny RSS";
|
|
};
|
|
});
|