Kaydet (Commit) 8d000794 authored tarafından Baran Sekin's avatar Baran Sekin

Fixed show more button bug on extension pages

üst 2352c1a5
......@@ -109,7 +109,7 @@
@endif
$('.ext_nav').slice({{getExtensionViewCount()}}, $('.ext_nav').length).hide();
$('.ext_nav_more_less').click(function(){
$('.ext_nav_more_less').off('click').click(function(){
if ($('.ext_nav').length == $('.ext_nav:visible').length) {
$('.ext_nav_more_less').find('p').text("{{__('...daha fazla')}}");
$('.ext_nav').slice({{getExtensionViewCount()}}, $('.ext_nav').length).hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment