[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/jquery/ -> jquery.confirmable.mediawiki.js (source)

   1  /*!
   2   * jQuery confirmable plugin customization for MediaWiki
   3   *
   4   * This file serves to inject our localised messages into it.
   5   */
   6  
   7  ( function ( mw, $ ) {
   8      $.fn.confirmable.defaultOptions.i18n = {
   9          space: mw.message( 'word-separator' ).text(),
  10          confirm: mw.message( 'confirmable-confirm', mw.user ).text(),
  11          yes: mw.message( 'confirmable-yes' ).text(),
  12          no: mw.message( 'confirmable-no' ).text()
  13      };
  14  }( mediaWiki, jQuery ) );


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1