We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Platforma dansului contemporan românesc
HTML
/**
* Visually hidden, but accessible
* https://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/
*/
.visuallyhidden {
// https://davidwalsh.name/function-debounce
debounce = function(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
There was an error while loading. Please reload this page.