Skip to content

Commit

Permalink
Merge pull request #2 from JosefAssad/master
Browse files Browse the repository at this point in the history
add installation instructions
  • Loading branch information
jamesmontalvo3 authored May 15, 2017
2 parents a37e058 + e62236e commit c419f68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ imagesLoaded( '#bodyContent', {}, function(){
// do something after images load
});
```

Installation
============

In your extensions directory:

```bash
git clone https://github.com/enterprisemediawiki/ImagesLoaded.git
```

In your MediaWiki `LocalSettings.php` add the following directive:

```php
wfLoadExtension( 'ImagesLoaded' );
```

0 comments on commit c419f68

Please sign in to comment.