From b8bfc43a9f6c5e5fbfdf28045e406e94eff74875 Mon Sep 17 00:00:00 2001 From: hellekin Date: Sat, 6 Jan 2018 11:54:12 +0100 Subject: Add lang switch support to all ps.lesoiseaux.io --- assets/js/ps-app.js | 42 ++++++++++++++++++++++-------------------- ps/gfx/index.html | 4 +++- ps/index-002.html | 6 +++--- 3 files changed, 28 insertions(+), 24 deletions(-) diff --git a/assets/js/ps-app.js b/assets/js/ps-app.js index 7bb4b9c..c599cf2 100644 --- a/assets/js/ps-app.js +++ b/assets/js/ps-app.js @@ -2,26 +2,28 @@ $(document).ready(function() { - // Make each .media section clickable to reach .// - [ 'gfx', 'txt', 'vdo' ].forEach(function(id) { - $('#' + id) - .click(function(e) { - window.location = `/${id}/`; - return false - }) - .mouseover(function(e) { - e.target.style.cursor = 'pointer' - return false - }) - .mouseout(function(e) { - e.target.style.cursor = 'not-allowed' - return false - }) - }) - $('.media').mouseout(function(e) { - e.target.style.cursor = 'auto' - return false - }) + if ($('body.ps.home')) { + // Make each .media section clickable to reach .// + [ 'gfx', 'txt', 'vdo' ].forEach(function(id) { + $('#' + id) + .click(function(e) { + window.location = `/${id}/`; + return false + }) + .mouseover(function(e) { + e.target.style.cursor = 'pointer' + return false + }) + .mouseout(function(e) { + e.target.style.cursor = 'not-allowed' + return false + }) + }) + $('.media').mouseout(function(e) { + e.target.style.cursor = 'auto' + return false + }) + } // EN/FR switch $('footer') diff --git a/ps/gfx/index.html b/ps/gfx/index.html index ead1a1e..58202b7 100644 --- a/ps/gfx/index.html +++ b/ps/gfx/index.html @@ -200,7 +200,9 @@ Nous faisons <3

+ - + + diff --git a/ps/index-002.html b/ps/index-002.html index 7a1853e..a9ea39b 100644 --- a/ps/index-002.html +++ b/ps/index-002.html @@ -5,9 +5,6 @@ Petites Singularités - - - @@ -310,5 +307,8 @@ + + + -- cgit v1.2.3