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

Commit

Permalink
Implemented some missing logic that was causing the tooltips not to s…
Browse files Browse the repository at this point in the history
…how when supplying simple text

as the content.text attribute
  • Loading branch information
Craga89 committed Sep 6, 2010
1 parent e63a7f2 commit 826b659
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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: Mon Sep 6 14:13:03 2010 +0100
* Date: Mon Sep 6 14:15:53 2010 +0100
*/

.ui-tooltip-accessible{
Expand Down
5 changes: 4 additions & 1 deletion 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: Mon Sep 6 14:13:03 2010 +0100
* Date: Mon Sep 6 14:15:53 2010 +0100
*/

"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 @@ -120,6 +120,9 @@ function sanitizeOptions(opts, targets)
validTargets = validTargets.add($(this));
});
}
else {
validTargets = targets;
}

// Sanitize plugin options
$.each($.fn.qtip.plugins, function() {
Expand Down
4 changes: 2 additions & 2 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 826b659

Please sign in to comment.