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 show.solo
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jan 4, 2011
1 parent 9c8f554 commit abf0433
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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: Tue Jan 4 04:56:03 2011 +0000
* Date: Tue Jan 4 16:49:15 2011 +0000
*/

/* Fluid class for determining actual width in IE */
Expand Down
4 changes: 2 additions & 2 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: Tue Jan 4 04:56:03 2011 +0000
* Date: Tue Jan 4 16:49:15 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 @@ -847,7 +847,7 @@ function QTip(target, options, id)
self.reposition(event, 0); // Update tooltip position

// Hide other tooltips if tooltip is solo
if(opts.solo) { $(selector).qtip('hide'); }
if(opts.solo) { $(selector).not(tooltip).qtip('hide'); }
}

// Clear show timer if we're hiding
Expand Down
32 changes: 16 additions & 16 deletions dist/jquery.qtip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abf0433

Please sign in to comment.