Index: trunk/extensions/EducationProgram/resources/ep.addcourse.js |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
10 | | -(function( $, mw ) { |
| 10 | +(function( $ ) { |
11 | 11 | |
12 | 12 | $( document ).ready( function() { |
13 | 13 | |
Index: trunk/extensions/EducationProgram/resources/ep.addorg.js |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
10 | | -(function( $, mw ) { |
| 10 | +(function( $ ) { |
11 | 11 | |
12 | 12 | $( document ).ready( function() { |
13 | 13 | |