diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
commit | c0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (patch) | |
tree | d996f86e90ebf19b335349b90b64133d8d8fcddc /doc/s6/jquery.microsoft.js | |
parent | 342686e80dd37d3f18fed7dbb27c0feb31f087e6 (diff) | |
download | hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.gz hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.bz2 |
Slides location
Diffstat (limited to 'doc/s6/jquery.microsoft.js')
-rw-r--r-- | doc/s6/jquery.microsoft.js | 31 |
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' ); - } -); - |