From c0accb84196d996d4ddc66d1c02b7e7cc3ed9765 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 14 May 2016 09:51:13 -0300 Subject: Slides location --- doc/s6/jquery.microsoft.js | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 doc/s6/jquery.microsoft.js (limited to 'doc/s6/jquery.microsoft.js') 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 - $( "
" ).html( - "

" - + "Microsoft's Internet Explorer browser has no built-in vector graphics machinery " - + "required for 'loss-free' gradient background themes." - + "

" - + "

" - + "Please upgrade to a better browser " - + "such as Firefox, Opera, " - + "Chrome, Safari or others " - + "with built-in vector graphics machinery and much more. " - + "(Learn more or post questions or comments " - + "at the Slide Show (S9) project site. Thanks!)" - + "

" - ) - .css( { - border: 'red solid thick', - padding: '1em', - fontFamily: 'sans-serif', - fontWeight: 'bold' } ) - .prependTo( 'body' ); - } -); - -- cgit v1.2.3