wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
modules/iframe.liberator.js

Summary

Maintainability
A
0 mins
Test Coverage
/*global self:false */
$( function () {
    // we're going to immediately redirect.
    // Hide the page contents (skin, mostly) so it doesn't appear in the iframe while we're waiting for the reload.
    jQuery( 'body' ).children().attr( 'style', 'display:none' );
} );
top.location = self.document.location + '&liberated=1';