Changeset 4537 for extensions/Juza/js


Ignore:
Timestamp:
Dec 20, 2009, 8:34:50 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Juza Theme Configuration Menu is working at 99% at least
Solved:

  • Multi-view Controller error removed.
  • IE8 Category descriptions removed (already in Title).
  • Category menu: Not expanded.
  • Page numbers on Picture page is visible.
  • Links (Home / Category of Books / Book Demo ) on Picture page are available.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/js/juzascript.js

    r4530 r4537  
    3636  $('.thumbnailCategory .description h3 a').each(function() {
    3737    $cat_url = $(this).attr('href');
    38     $cat_tree = $('#menubar #mbCategories dd ul li a[href="'+$cat_url+'"]').next('.menuInfoCatByChild').next().html();
     38    $cat_tree = $('#menu-cat ul li a[href="'+$cat_url+'"]').next('.menuInfoCatByChild').next().html();
    3939    if ($cat_tree == null) $cat_tree = '';
    4040    $(this).parent('h3').eq(0).next('.text').after('<ul>'+$cat_tree+'</ul>');
Note: See TracChangeset for help on using the changeset viewer.