I hereby claim:
- I am selrond on github.
- I am selrond (https://keybase.io/selrond) on keybase.
- I have a public key ASC1saedoWKDgugEaxDfD9-EVIpFnJmp2YWtf7b2T_0Z1go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
// 'after_setup_theme', with 100, so it is the absolute last thing to load | |
add_action('after_setup_theme', 'customize_parent_includes', 100); | |
function customize_parent_includes() { | |
//again, set this to 100 so it is the last thing loaded | |
add_action('wp_enqueue_scripts', 'bootstrap_custom', 100); | |
} |
# Mac tipy a triky | |
## `Finder` Rovnaká veľkosť okna (vždy) | |
1. Otvoriť a nastaviť okno `Findera` na požadovanú veľkosť | |
2. zavrieť všetky okná `Findera` (<kbd>Cmd</kbd>+<kbd>Alt</kbd>+<kbd>W</kbd>) | |
3. <kbd>Alt</kbd> + klik pravým tlačidlom na ikonu `Findera`; `Relauch / Znova spustiť` | |
---------- | |
## `Finder` Zmena šírky stĺpcov pri stĺpcovom zobrazení |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |