forked from Botanical/BotanJS
Some minor adjustment, removed console log
This commit is contained in:
parent
ceb74775ed
commit
3474ebd2fd
@ -113,7 +113,6 @@ header {
|
||||
.contact-form textarea, .contact-form input {
|
||||
background-color: rgba( 0, 0, 0, 0.1 );
|
||||
padding: 0.5em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
var init = function ()
|
||||
{
|
||||
console.log( "HERE" );
|
||||
// Footer at bottom
|
||||
var padder = Dand.wrap();
|
||||
var begin_wrapper = Dand.id( "begin-wrapper" );
|
||||
|
Loading…
Reference in New Issue
Block a user