Index: trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.startup.js |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | * |
9 | 9 | * @param any Output message |
10 | 10 | */ |
11 | | -var aft5_debug = function( any ) { |
| 11 | +aft5_debug = function( any ) { |
12 | 12 | if ( typeof console != 'undefined' ) { |
13 | 13 | console.log( any ); |
14 | 14 | } |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | |
17 | 17 | /*** Main entry point ***/ |
18 | 18 | jQuery( function( $ ) { |
19 | | - |
| 19 | + |
20 | 20 | // Load check, is this page ArticleFeedbackv5-enabled ? |
21 | 21 | // Keep in sync with ApiArticleFeedbackv5.php |
22 | 22 | if ( |