PHRAS-2915

This commit is contained in:
Harrys Ravalomanana
2020-02-12 17:30:21 +04:00
parent fa462b368b
commit 54e9264bdb

View File

@@ -159,27 +159,6 @@
</tbody> </tbody>
</table> </table>
</div> </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 %} {% endblock %}