hide other ways to donate section by default
MehrabKamrani

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{
241 241
 	background-color: #47996A;
242 242
 	border-color: #47996A; 
243 243
 }
244
+#other-ways-section{
245
+	display: none;
246
+}
244 247
 #other-ways-section > .container-fluid{
245 248
 	padding: 0;
246 249
 }
... ...
@@ -373,6 +373,7 @@
373 373
 
374 374
     $("#link").on('click',function(event){
375 375
       event.preventDefault();
376
+      $("#other-ways-section").show();
376 377
       $('html, body').animate({
377 378
         scrollTop: $("#other-ways-section").offset().top
378 379
       }, 200);
379 380