Index: trunk/phase3/resources/mediawiki.util/mediawiki.util.js |
— | — | @@ -191,10 +191,10 @@ |
192 | 192 | }, |
193 | 193 | |
194 | 194 | /** |
195 | | - * Get the full URL to a page name |
| 195 | + * Get the link to a page name (relative to wgServer) |
196 | 196 | * |
197 | | - * @param str Page name to link to |
198 | | - * @return Full URL for page with name of 'str' or false on error |
| 197 | + * @param str Page name to get the link for. |
| 198 | + * @return string Location for a page with name of 'str' or boolean false on error. |
199 | 199 | */ |
200 | 200 | 'wikiGetlink' : function( str ) { |
201 | 201 | |
Index: trunk/phase3/resources/mediawiki/mediawiki.js |
— | — | @@ -291,7 +291,6 @@ |
292 | 292 | if ( $marker ) { |
293 | 293 | return $marker; |
294 | 294 | } else { |
295 | | - //mw.log( 'getMarker> Caching marker' ); |
296 | 295 | $marker = $( 'meta[name="ResourceLoaderDynamicStyles"]' ); |
297 | 296 | if ( $marker.length ) { |
298 | 297 | return $marker; |