Sha256: 66ef7c0f01daad4efbc6911e879537192dc5b8a5647e126ece93e5f2794df71f

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Conditionally included if framing is not allowed
 */
if (self == top) {
    var style_element = document.getElementById("cfs-style");
    style_element.parentNode.removeChild(style_element);
} else {
    top.location = self.location;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simpletool-0.0.3 lib/support/phpmyadmin/phpmyadmin/js/cross_framing_protection.js
simpletool-0.0.2 lib/support/phpmyadmin/phpmyadmin/js/cross_framing_protection.js