MediaWiki:Common.js: Difference between revisions
No edit summary |
m Made it so it would not show wikipedia begging for donations to people not logged in. |
||
Line 661: | Line 661: | ||
var whichMessage = Math.floor(Math.random()*(message.length)); | var whichMessage = Math.floor(Math.random()*(message.length)); | ||
var messageEdu=new Array(); | var messageEdu=new Array(); | ||
Line 673: | Line 672: | ||
var whichMessageEdu = Math.floor(Math.random()*(messageEdu.length)); | var whichMessageEdu = Math.floor(Math.random()*(messageEdu.length)); | ||
})); | })); | ||