Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed problem with modal destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Feb 5, 2011
1 parent 0404cff commit 33d86e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sat Feb 5 22:18:37 2011 +0000
* Date: Sat Feb 5 22:44:43 2011 +0000
*/

/* Fluid class for determining actual width in IE */
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sat Feb 5 22:18:37 2011 +0000
* Date: Sat Feb 5 22:44:43 2011 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down Expand Up @@ -2586,10 +2586,10 @@ function Modal(api)

destroy: function()
{
var delBlanket = TRUE;
var delBlanket = elems.overlay;

// Check if any other modal tooltips are present
$('*').each(function() {
$(selector).each(function() {
var api = $(this).data('qtip');

// If another modal tooltip is present, leave overlay
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

0 comments on commit 33d86e1

Please sign in to comment.