מדיה ויקי:Mobile.js: הבדלים בין גרסאות

מתוך ויקיתרופות
קפיצה אל: ניווט, חיפוש
Banner.jpg
שורה 1: שורה 1:
 
/* Any JavaScript here will be loaded for users using the mobile site */
 
/* Any JavaScript here will be loaded for users using the mobile site */
if($.inArray('user', wgUserGroups)==-1){
+
 
$('.section').filter(function(){ return $(this).parents('#content_0').length==0})
+
} else {
+
$('.nonRegisteredShow').remove();
+
}
+
 
alert('הגלישה מנייד בבטא');
 
alert('הגלישה מנייד בבטא');

גרסה מתאריך 21:01, 26 באפריל 2014

/* Any JavaScript here will be loaded for users using the mobile site */

alert('הגלישה מנייד בבטא');