mediawiki-extensions-Relate.../resources/ext.relatedArticles.readMore
Fomafix 0fa064728f Use native JavaScript instead of jQuery
Replace
* $.each( array, function ( index, value ) { ... } ) by
  array.forEach( function ( value ) { ... } )

* $.map( array, function ( value ) { ... } ) by
  array.map( function ( value ) { ... } )

* $.isArray( var ) by
  Array.isArray( var )

* $.isFunction( var ) by
  typeof var === 'function'

Change-Id: I450f5a75eb9c3fe20517da02986b0a491ebca67a
2018-08-17 12:45:12 +02:00
..
index.js Use native JavaScript instead of jQuery 2018-08-17 12:45:12 +02:00
readMore.default.less Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
readMore.less Replace abandoned colors with current WikimediaUI ones 2017-08-09 17:49:35 -04:00
readMore.monobook.less Fix RelatedPages placement in Monobook 2016-02-23 14:13:09 -05:00