3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
window.updateTitle = function (value) {
|
|
document.title = value + ' | TheOrangeOne';
|
|
};
|