Skip to content

Instantly share code, notes, and snippets.

(function(){
document.getElementById("js-ticketBuilder").setAttribute("style", "display:none");
document.getElementsByClassName("m-scoreboardStream__streamBlock")[0].setAttribute("style","position: fixed; top: 0; left: 0; z-index: 100000; width: 100%; height: 100%;");
})();
@happycze
happycze / app.rb
Created November 20, 2016 12:37
Padrino contrib - Route containing :lang symbol is not resolved correctly
module NamedParameters
class App < Padrino::Application
register Padrino::Mailer
register Padrino::Helpers
enable :sessions
# Autolocale
register Padrino::Contrib::AutoLocale
set :locales, [:en]