Skip to content

Commit

Permalink
Small JS error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Nov 30, 2015
1 parent 22cd82c commit 5e060f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jQuery(document).ready(function() {
jQuery(document).find('.gkNspPM-Portfolio2').each(function(i, module) {
if(!module.hasClass('active')) {
if(!jQuery(module).hasClass('active')) {
jQuery(module).addClass('active');
gkPortalModePortfolio2Init(jQuery(module));
}
Expand Down

0 comments on commit 5e060f7

Please # to comment.