remove Castelnau exceptions from street list (#8015)

This commit is contained in:
Serghei Mihai 2015-09-17 23:04:58 +02:00
parent 97a3c1551f
commit 65cabc8cc2
1 changed files with 4 additions and 0 deletions

View File

@ -140,5 +140,9 @@ div#centre { padding-top: 45px; margin-top: 0px; }
<noscript><p><img src="//piwik.monitoring.entrouvert.org/piwik.php?idsite=[piwik_id]" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik -->
[end]
<!-- remove Castelnau street exceptions -->
<script type="text/javascript">
$('#castelnau-exceptions li:not(:contains('+$('#castelnau-exceptions').data('filtre-voie')+'))').remove();
</script>
</body>
</html>