Switch Codepen POST URL to HTTP instead of HTTPS

Fixes #1678
This commit is contained in:
Nicolas Garnier 2015-10-02 16:50:20 +02:00
parent 86f7a19902
commit ae88a6557c
2 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,6 @@ body {
background: #fafafa;
position: relative;
}
&lt;/style&gt;</div>{% endif %}<form class="codepen-button" action="https://codepen.io/pen/define" method="POST" target="_blank"></form></pre>
&lt;/style&gt;</div>{% endif %}<form class="codepen-button" action="http://codepen.io/pen/define" method="POST" target="_blank"></form></pre>
</div>
</div>

View File

@ -219,7 +219,7 @@ gulp</code></pre>
button.className = 'mdl-button mdl-js-button mdl-js-ripple-effect';
componentHandler.upgradeElement(button);
document.getElementById('container').appendChild(button);
&lt;/script&gt;</code><form class="codepen-button" action="https://codepen.io/pen/define" method="POST" target="_blank"></form></pre>
&lt;/script&gt;</code><form class="codepen-button" action="http://codepen.io/pen/define" method="POST" target="_blank"></form></pre>
</div>
</section>