mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-25 09:32:19 +00:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
|
$(document).ready(function () {
|
||
|
var eCode = $("#error-code h2").text();
|
||
|
$(document).attr("title", "ESTR // " + eCode);
|
||
|
});
|