Skip to content

Commit

Permalink
Update class.portalmodes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Feb 6, 2014
1 parent 25b68a8 commit abbb1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_news_pro_gk5/admin/class.portalmodes.js
Expand Up @@ -102,7 +102,7 @@ PortalModes.prototype.changeValue = function() {
} else if($this.configs[portal_mode_value].full_name == 'PRODUCT_GALLERY_2') {
jQuery('a[href=#attrib-NSP_PORTAL_MODE_PRODUCT_GALLERY_2]').parent().css('display', 'block');
} else if($this.configs[portal_mode_value].full_name == 'CENTERED_TITLE_OVERLAY') {
jQuery('a[href=#attrib-NSP_PORTAL_MODE_PRODUCT_GALLERY]').parent().css('display', 'block');
jQuery('a[href=#attrib-NSP_PORTAL_MODE_CENTERED_TITLE_OVERLAY]').parent().css('display', 'block');
} else if($this.configs[portal_mode_value].full_name == 'GRID_TITLE_OVERLAY') {
jQuery('a[href=#attrib-NSP_PORTAL_MODE_GRID_TITLE_OVERLAY]').parent().css('display', 'block');
} else if($this.configs[portal_mode_value].full_name == 'HIGHLIGHTS') {
Expand Down

0 comments on commit abbb1ec

Please sign in to comment.