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

Commit

Permalink
Removed some odd code i nthe jslint-check.js file... how longs that b…
Browse files Browse the repository at this point in the history
…een there!? :|
  • Loading branch information
Craga89 committed Nov 3, 2010
1 parent bb6360e commit 521a042
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
14 changes: 1 addition & 13 deletions build/jslint-check.js
Expand Up @@ -30,16 +30,4 @@ if ( found > 0 ) {

} else {
print( "JSLint check passed." );
}

<script type="text/javascript">
//<![CDATA[
jQuery('a,area').each(function(i) {
var href = $(this).attr('href'),
match = /#LiveTooltip(.+)$/.exec(href);

if (match.length > 1) {
$(this).qtip(TooltipClientScripts[ match[1] ]);
}
});//]]>
</script>
}
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: Wed Nov 3 02:03:26 2010 +0000
* Date: Wed Nov 3 22:48:32 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down
2 changes: 1 addition & 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: Wed Nov 3 02:03:26 2010 +0000
* Date: Wed Nov 3 22:48:32 2010 +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
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

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

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

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

0 comments on commit 521a042

Please sign in to comment.