vendor/assets/components/humane-js/index.html in humane-rails-5.0.2 vs vendor/assets/components/humane-js/index.html in humane-rails-5.1.0

- old
+ new

@@ -64,27 +64,30 @@ <link rel='stylesheet' href='themes/bigbox.css'/> <link rel='stylesheet' href='themes/boldlight.css'/> <link rel='stylesheet' href='themes/jackedup.css'/> <link rel='stylesheet' href='themes/libnotify.css'/> <link rel='stylesheet' href='themes/original.css'/> + <link rel='stylesheet' href='themes/flatty.css'/> + <script src='humane.js'></script> </head> <body> <a href="http://github.com/wavded/humane-js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> <h1>humane.js</h1> <p> <strong>A simple, modern, framework-independent, well-tested, unobtrusive, notification system.</strong> <br/>Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. </p> - <h3>Select a theme: + <h3>Select a theme: <select onchange='humane.baseCls="humane-"+this.options[this.selectedIndex].value'> <option selected>libnotify</option> <option>bigbox</option> <option>boldlight</option> <option>jackedup</option> <option>original</option> + <option>flatty</option> </select> </h3> <p>Click a code sample below to see it in action:</p> <pre>humane.log("Welcome Back")</pre> @@ -182,6 +185,6 @@ eval(el.innerHTML) } }(pretags[i])) } </script> </body> -</html> +</html>