Skip to content

Commit

Permalink
Remove now obsolete show/hide element tasks form app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Mar 17, 2021
1 parent dc7f1d7 commit f03ec11
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
'use strict';
// https://github.com/MichaIng/DietPi-Website
$(function () {
// Hide triangles to match animation start
$('svg.triangle').css('opacity', '0');

// Hide portfolio descriptions
$('div.toggleDiv').hide();

// Show portfolio filter buttons and tiles
document.getElementById('downloadinfo').removeAttribute('style');
document.getElementById('portfolio-grid').removeAttribute('style');

// Initialise home slider: https://github.com/Le-Stagiaire/jquery.cslider
// Check first if function exist to allow skipping it on dietpi-software site
if (typeof $.fn.cslider === 'function') {
Expand Down

0 comments on commit f03ec11

Please sign in to comment.