Internal/JsTextLog

From CERES
Revision as of 10:21, 23 June 2014 by Slawek (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

if ( !mw.user.anonymous() ) {

 alert( 'You are logged in as: ' + mw.user.name() + '.' );

} else {

 alert( 'You are anonymous.' );

}