X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fstartup.js;h=8e8463d251801e75af5b8b4e6355f46b3b7ef545;hb=e24061424e6dfc5bf101cc6f85b178e4ac39c461;hp=e8585c32fdc4f4edcc238ec29fede2c74536faf1;hpb=4bd87fba840a3fa2ba8c6dbcfa7f005f6708c0fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/startup.js b/resources/src/startup.js index e8585c32fd..8e8463d251 100644 --- a/resources/src/startup.js +++ b/resources/src/startup.js @@ -33,7 +33,7 @@ window.mwNow = ( function () { * - IE 10+ * - Firefox 4+ * - Safari 5+ - * - Opera 12.10+ + * - Opera 15+ * - Mobile Safari 5.1+ (iOS 5+) * - Android 4.1+ * @@ -42,7 +42,7 @@ window.mwNow = ( function () { * - IE 6+ * - Firefox 3+ * - Safari 3+ - * - Opera 10+ + * - Opera 15+ * - Mobile Safari 5.0+ (iOS 4+) * - Android 2.0+ * - WebOS < 1.5 @@ -162,5 +162,5 @@ window.isCompatible = function ( str ) { // Callback startUp(); }; - document.getElementsByTagName( 'head' )[ 0 ].appendChild( script ); + document.head.appendChild( script ); }() );