Comment 0 for bug 691397

Revision history for this message
jsherk (jeff-forerunnertv) wrote :

If you look on the plugins admin page, and click on the show icon of Pagination, it will open up the div and the icon will change to an UP arrow. Now leave that open and click on the show icon of Smarty and note that the icon does not change but stays as a DOWN arrow.

The problem is the is_visible variable in /themes/cloud/js/showhide/jquery.showhide.js

You need to instead check which icon is veing used and toggle the icon.

Attached is patched code.