r76863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76862‎ | r76863 | r76864 >
Date:00:05, 17 November 2010
Author:dale
Status:deferred
Tags:
Comment:
fixed a minor merge conflicts
Modified paths:
  • /branches/MwEmbedStandAlone/mwEmbed.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/mwEmbed.js
@@ -1191,14 +1191,8 @@
11921192 return false;
11931193 }
11941194 }
1195 -<<<<<<< .mine
11961195 }
11971196 // For IE:
1198 -=======
1199 - }
1200 -
1201 - // For IE:
1202 ->>>>>>> .r76860
12031197 var hasObj = true;
12041198 try {
12051199 var obj = new ActiveXObject( 'ShockwaveFlash.ShockwaveFlash' );
@@ -1217,7 +1211,6 @@
12181212 // No video tag or flash, return false ( normal "install flash" user flow )
12191213 return false;
12201214 }
1221 -<<<<<<< .mine
12221215 mw.isIphone = function(){
12231216 return ( navigator.userAgent.indexOf('iPhone') != -1 );
12241217 };
@@ -1228,9 +1221,6 @@
12291222 return ( navigator.userAgent.indexOf('iPad') != -1 );
12301223 };
12311224 // Android 2 has some restrictions vs other mobile platforms
1232 -=======
1233 - // Android 2 has some restrictions vs other mobile platforms
1234 ->>>>>>> .r76860
12351225 mw.isAndroid2 = function(){
12361226 return ( navigator.userAgent.indexOf( 'Android 2.') != -1 );
12371227 };

Status & tagging log