MehrabKamrani commited on 2015-12-26 07:25:16 Zeige 2 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.
@@ -241,6 +241,9 @@ blockquote footer{
background-color: #47996A;
border-color: #47996A;
}
+#other-ways-section{
+ display: none;
+}
#other-ways-section > .container-fluid{
padding: 0;
@@ -373,6 +373,7 @@
$("#link").on('click',function(event){
event.preventDefault();
+ $("#other-ways-section").show();
$('html, body').animate({
scrollTop: $("#other-ways-section").offset().top
}, 200);