Index: branches/js2-work/phase3/js/mwEmbed/remotes/mediaWiki.js |
— | — | @@ -397,7 +397,7 @@ |
398 | 398 | scripts = document.getElementsByTagName( 'script' ); |
399 | 399 | |
400 | 400 | // Check for document paramater withJS and ignore found gadget |
401 | | - if( typeof getParamValue == 'undefined' ){ |
| 401 | + if( typeof getParamValue == 'undefined' && typeof getURLParamValue == 'undefined'){ |
402 | 402 | return false; |
403 | 403 | } |
404 | 404 | |