tooltipxhr: update README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit afcb92029e07859292909593fa69e0a7aa31c436 | |
parent a483eaff4722585813a1e64dedde3fa3d2e66b4a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 2 Jun 2016 18:38:00 +0200 | |
tooltipxhr: update README | |
support IE10+, remove compat from example | |
Diffstat: | |
M tooltipxhr/README | 5 ++--- | |
M tooltipxhr/example.html | 1 - | |
2 files changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/tooltipxhr/README b/tooltipxhr/README | |
@@ -16,7 +16,7 @@ FEATURES | |
- Officially supported browsers are: | |
- Firefox and Firefox ESR. | |
- Chrome and most recent webkit-based browsers. | |
- - IE8+ (use compat.js). | |
+ - IE10+. | |
USAGE | |
@@ -26,8 +26,7 @@ USAGE | |
EXAMPLES | |
-------- | |
-See example.html and style.css for an example. A stylesheet file style.css | |
-is also included. | |
+See example.html and tooltipxhr.css for an example. | |
Author | |
diff --git a/tooltipxhr/example.html b/tooltipxhr/example.html | |
@@ -253,7 +253,6 @@ | |
</tbody> | |
</table> | |
-<!--[if lte IE 8]><script type="text/javascript" src="../compat.js"></script><… | |
<script type="text/javascript" src="tooltipxhr.js"></script> | |
</body> |