Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.js Secret

Created May 19, 2018 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/f190444b0f4e6af105bba22faddc731d to your computer and use it in GitHub Desktop.
Save creyn/f190444b0f4e6af105bba22faddc731d to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : funkcja WylaczPrzyciskStart
// Funkcja wylaczajaca przycisk START
function WylaczPrzyciskStart() {
document.getElementById('przyciskStart').setAttribute('disabled', 'disabled');
document.getElementById('dziennikZdarzen').focus();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment