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

Commit

Permalink
Turned off default tip border whislt some rendering issues are ironed…
Browse files Browse the repository at this point in the history
… out in Sfaari and IE
  • Loading branch information
Craga89 committed Sep 2, 2010
1 parent 538981a commit de5f40e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 Aug 28 23:20:50 2010 +0100
* Date: Sun Aug 29 01:09:38 2010 +0100
*/

.ui-tooltip-accessible{
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: Sat Aug 28 23:20:50 2010 +0100
* Date: Sun Aug 29 01:09:38 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 @@ -1974,7 +1974,7 @@ $.fn.qtip.plugins.tip.sanitize = function(opts)
if(!(/canvas|polygon/i).test(opts.style.tip.method)){ opts.style.tip.method = TRUE; }
if(typeof opts.style.tip.width !== 'number'){ opts.style.tip.width = 12; }
if(typeof opts.style.tip.height !== 'number'){ opts.style.tip.height = 12; }
if(typeof opts.style.tip.border !== 'number'){ opts.style.tip.border = 4; }
if(typeof opts.style.tip.border !== 'number'){ opts.style.tip.border = 0; }
};

$.fn.qtip.plugins.imagemap = function(area, corner)
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 de5f40e

Please sign in to comment.