mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 03:43:55 +00:00
Comment not relevant with resource loader
This commit is contained in:
parent
263c1eb34a
commit
0495b4e230
Notes:
Niklas Laxström
2012-01-24 11:34:12 +00:00
|
@ -7,9 +7,6 @@
|
|||
* @author Daniel Kinzler, brightbyte.de
|
||||
* @copyright © 2006 Daniel Kinzler
|
||||
* @licence GNU General Public Licence 2.0 or later
|
||||
*
|
||||
* NOTE: if you change this, increment $wgCategoryTreeVersion
|
||||
* in CategoryTree.php to avoid users getting stale copies from cache.
|
||||
*/
|
||||
|
||||
(function( $, mw ) {
|
||||
|
@ -149,4 +146,4 @@ $( function( $ ) {
|
|||
categoryTree.showToggles();
|
||||
} );
|
||||
|
||||
} )( jQuery, mediaWiki );
|
||||
} )( jQuery, mediaWiki );
|
||||
|
|
Loading…
Reference in a new issue