b45323453732fa5d58dc191ed57c8b487ef4267e
biblio_theorie.md
| ... | ... | @@ -13,8 +13,9 @@ |
| 13 | 13 | <img src="media/images/Header_3_vectorized.png" style="background-color: transparent;" alt="militant"> |
| 14 | 14 | </div> |
| 15 | 15 | |
| 16 | -<script>filterSelection('biblio_theorie');</script> |
|
| 17 | - |
|
| 16 | +<div> |
|
| 17 | + <p id="dat"></p> |
|
| 18 | +</div> |
|
| 18 | 19 | |
| 19 | 20 | <!-- |
| 20 | 21 |
custom.js
| ... | ... | @@ -76,6 +76,10 @@ window.onload = function() { |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | } |
| 79 | + var path = window.location.pathname; |
|
| 80 | +var page = path.split("/").pop(); |
|
| 81 | +console.log( page ); |
|
| 82 | + document.getElementById("dat").innerHTML = filterSelection('biblio_theorie'); |
|
| 79 | 83 | |
| 80 | 84 | |
| 81 | 85 | } |
| ... | ... | \ No newline at end of file |