From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-includes/js/wp-auth-check.js | 178 ------------------------- 1 file changed, 178 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/js/wp-auth-check.js (limited to 'srcs/wordpress/wp-includes/js/wp-auth-check.js') diff --git a/srcs/wordpress/wp-includes/js/wp-auth-check.js b/srcs/wordpress/wp-includes/js/wp-auth-check.js deleted file mode 100644 index 158b6e1..0000000 --- a/srcs/wordpress/wp-includes/js/wp-auth-check.js +++ /dev/null @@ -1,178 +0,0 @@ -/** - * Interim login dialog. - * - * @output wp-includes/js/wp-auth-check.js - */ - -/* global adminpage */ -(function($){ - var wrap, next; - - /** - * Shows the authentication form popup. - * - * @since 3.6.0 - * @private - */ - function show() { - var parent = $('#wp-auth-check'), - form = $('#wp-auth-check-form'), - noframe = wrap.find('.wp-auth-fallback-expired'), - frame, loaded = false; - - if ( form.length ) { - // Add unload confirmation to counter (frame-busting) JS redirects. - $(window).on( 'beforeunload.wp-auth-check', function(e) { - e.originalEvent.returnValue = window.authcheckL10n.beforeunload; - }); - - frame = $('