mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2915
This commit is contained in:
@@ -159,27 +159,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<script>
|
||||
/* $('.see_more_basket').on('click',function (e) {
|
||||
see_more('basket');
|
||||
});
|
||||
$('.see_more_feed').on('click',function (e) {
|
||||
see_more('feed');
|
||||
|
||||
});
|
||||
|
||||
function see_more(target) {
|
||||
$('.other_'+target).toggleClass('hidden');
|
||||
document.getElementById('see_more_'+target).scrollIntoView({
|
||||
behavior: 'smooth'
|
||||
});
|
||||
document.getElementById('see_less_'+target).scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
block: "start"
|
||||
});
|
||||
$('.see_more_'+target).toggleClass('hidden');
|
||||
}*/
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user