From 1ae3a8d14469e45a0af58061d98c2bea1834388e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Sep 2017 14:09:44 -0300 Subject: Cleanup --- events/2012/cteme/s6/jquery.microsoft.js | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 events/2012/cteme/s6/jquery.microsoft.js (limited to 'events/2012/cteme/s6/jquery.microsoft.js') diff --git a/events/2012/cteme/s6/jquery.microsoft.js b/events/2012/cteme/s6/jquery.microsoft.js deleted file mode 100644 index f85af8a..0000000 --- a/events/2012/cteme/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