forked from GithubBackups/healthchecks
Slightly reduce the size of bootstrap.css, by commenting out unused components. Unauthenticated users see full logo, logged in users see icon-only logo.
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
setTimeout(function() {
|
|
|
|
var input = document.getElementById("pitch-url-input");
|
|
input.addEventListener("click", function() {
|
|
this.select();
|
|
});
|
|
|
|
}, 1000);
|