Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
modal js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowdy committed Jan 28, 2014
1 parent 187ca75 commit 6afaf37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion magnific_popup/blocks/magnific_popup/auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ hideAllDivs = function() {
$("#single-options").hide();
$("#singleImage").hide();
$("#galleryImages").hide();

$("#modalInputs").hide();
$("#youtubeThumb").hide();
$("#vimeoThumb").hide();
$("#animationDialog").hide();
Expand Down Expand Up @@ -39,6 +39,10 @@ handleNewSelection = function() {
$("#animationDialog").show();
$("#vidMap").hide();
break;
case 'modal':
$("#modalInputs").show();
$("#vidMap").hide();
break;
}
};

Expand Down
2 changes: 1 addition & 1 deletion magnific_popup/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class MagnificPopupPackage extends Package {

protected $pkgHandle = 'magnific_popup';
protected $appVersionRequired = '5.6.0';
protected $pkgVersion = '0.9.4';
protected $pkgVersion = '0.9.6';

public function getPackageName() {
return t( 'Magnific Popup' );
Expand Down

0 comments on commit 6afaf37

Please sign in to comment.