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

Commit

Permalink
Update bootstrap.modalfy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gcphost committed Apr 18, 2014
1 parent ba285b1 commit a5de149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.modalfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(window).on('resize load', modalfy);

$( '.modalfy').click(function() {
bootbox.dialog({
message:'<iframe border="0" height="100%" width="100%" src="'+$(this).attr("href")+'" onload="modalfyIframes()">',
message:'<iframe border="0" height="100%" width="100%" src="'+$(this).attr("href")+'" onload="modalfy()">',
onEscape: function() {},
animate: true
});
Expand Down

0 comments on commit a5de149

Please sign in to comment.