You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(navigator.userAgent.indexOf('iPhone OS 6')==-1){
167
+
pe.osAlert=$('<div/>').attr('id','os-alert').html('<div><p>This app will work correctly only on the iOS6!</p><span>Tap and close</span></div>').click(function(){$(this).hide();});
168
+
$('#display').append(pe.osAlert);
169
+
}
154
170
}
155
171
if(pe.mobile){
156
172
$('body').addClass('mobile');
@@ -162,7 +178,7 @@ pe.init = function(){
162
178
pe.switchOrientation();
163
179
if(!pe.mobile){
164
180
$('#wrapper').addClass('start').append('<img src="images/iphone.png" id="iphone"><a href="#" onclick="pe.checkStyle();return false;" id="check-style-button">Check the style</a>');
0 commit comments