aboutsummaryrefslogtreecommitdiff
path: root/doc/s6/jquery.microsoft.js
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-14 09:51:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-14 09:51:13 -0300
commitc0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (patch)
treed996f86e90ebf19b335349b90b64133d8d8fcddc /doc/s6/jquery.microsoft.js
parent342686e80dd37d3f18fed7dbb27c0feb31f087e6 (diff)
downloadhydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.gz
hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.bz2
Slides location
Diffstat (limited to 'doc/s6/jquery.microsoft.js')
-rw-r--r--doc/s6/jquery.microsoft.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/s6/jquery.microsoft.js b/doc/s6/jquery.microsoft.js
deleted file mode 100644
index f85af8a..0000000
--- a/doc/s6/jquery.microsoft.js
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-$(document).ready( function() {
-
- // 1) remove all content
- $( 'body > *' ).remove();
-
- // 2) show banner
- $( "<div>" ).html(
- "<p>"
- + "Microsoft's Internet Explorer browser has no built-in vector graphics machinery "
- + "required for 'loss-free' gradient background themes."
- + "</p>"
- + "<p>"
- + "Please <span style='background: yellow'>upgrade to a better browser</span> "
- + "such as <a href='http://getfirefox.com'>Firefox</a>, <a href='http://www.opera.com/download'>Opera</a>, "
- + "<a href='http://google.com/chrome'>Chrome</a>, <a href='http://apple.com/safari/download'>Safari</a> or others "
- + "with built-in vector graphics machinery and much more. "
- + "(Learn more or post questions or comments "
- + "at the <a href='http://slideshow.rubyforge.org'>Slide Show (S9)</a> project site. Thanks!)"
- + "</p>"
- )
- .css( {
- border: 'red solid thick',
- padding: '1em',
- fontFamily: 'sans-serif',
- fontWeight: 'bold' } )
- .prependTo( 'body' );
- }
-);
-