Compress scripts/styles: 3.6-beta3-24274.

git-svn-id: https://develop.svn.wordpress.org/trunk@24274 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
bumpbot 2013-05-16 04:58:58 +00:00
parent e4f73af495
commit 800ef593aa
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(function(f){var d,b,e;function a(){var j=f("#wp-auth-check"),k=f("#wp-auth-check-form"),h=d.find(".wp-auth-fallback-expired"),l,i=false;if(k.length){f(window).on("beforeunload.wp-auth-check",function(m){m.originalEvent.returnValue=window.authcheckL10n.beforeunload});l=f('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",h.text());l.load(function(o){var n,m;i=true;try{m=f(this).contents().find("body");n=m.height()}catch(o){d.addClass("fallback");k.remove();h.focus();return}if(n){if(m&&m.hasClass("interim-login-success")){n+=35;j.find(".wp-auth-check-close").show();d.data("logged-in",1);setTimeout(function(){c()},3000)}j.css("max-height",n+60+"px")}}).attr("src",k.data("src"));f("#wp-auth-check-form").append(l)}d.removeClass("hidden");if(l){l.focus();setTimeout(function(){if(!i){d.addClass("fallback");k.remove();h.focus()}},5000)}else{h.focus()}}function c(){f(window).off("beforeunload.wp-auth-check");d.fadeOut(200,function(){d.addClass("hidden").css("display","").find(".wp-auth-check-close").css("display","");f("#wp-auth-check-frame").remove()})}function g(){b=false;window.clearTimeout(e);e=window.setTimeout(function(){b=true},180000)}f(document).on("heartbeat-tick.wp-auth-check",function(i,h){if(b){g()}if(h["wp-auth-check"]&&d.hasClass("hidden")){a()}else{if(!h["wp-auth-check"]&&!d.hasClass("hidden")&&!d.data("logged-in")){c()}}}).ready(function(){g();d=f("#wp-auth-check-wrap").data("logged-in",0);d.find(".wp-auth-check-close").on("click",function(h){c()});f(document).on("heartbeat-send.wp-auth-check",function(l,k){var h,j=true;for(h in k){if(k.hasOwnProperty(h)){j=false;break}}if(b||!j){k["wp-auth-check"]=1}})})}(jQuery));
(function(f){var d,b,e;function a(){var j=f("#wp-auth-check"),k=f("#wp-auth-check-form"),h=d.find(".wp-auth-fallback-expired"),l,i=false;if(k.length){f(window).on("beforeunload.wp-auth-check",function(m){m.originalEvent.returnValue=window.authcheckL10n.beforeunload});l=f('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",h.text());l.load(function(o){var n,m;i=true;try{m=f(this).contents().find("body");n=m.height()}catch(o){d.addClass("fallback");k.remove();h.focus();return}if(n){if(m&&m.hasClass("interim-login-success")){n+=35;j.find(".wp-auth-check-close").show();d.data("logged-in",1);setTimeout(function(){c()},3000)}j.css("max-height",n+60+"px")}}).attr("src",k.data("src"));f("#wp-auth-check-form").append(l)}d.removeClass("hidden");if(l){l.focus();setTimeout(function(){if(!i){d.addClass("fallback");k.remove();h.focus()}},5000)}else{h.focus()}}function c(){f(window).off("beforeunload.wp-auth-check");d.fadeOut(200,function(){d.addClass("hidden").css("display","").find(".wp-auth-check-close").css("display","");f("#wp-auth-check-frame").remove()})}function g(){b=false;window.clearTimeout(e);e=window.setTimeout(function(){b=1},180000)}f(document).on("heartbeat-tick.wp-auth-check",function(i,h){if(b===2){g()}if(h["wp-auth-check"]&&d.hasClass("hidden")){a()}else{if(!h["wp-auth-check"]&&!d.hasClass("hidden")&&!d.data("logged-in")){c()}}}).ready(function(){g();d=f("#wp-auth-check-wrap").data("logged-in",0);d.find(".wp-auth-check-close").on("click",function(h){c()});f(document).on("heartbeat-send.wp-auth-check",function(l,k){var h,j=true;for(h in k){if(k.hasOwnProperty(h)){j=false;break}}if(b||!j){k["wp-auth-check"]=1}if(b){b=2}})})}(jQuery));

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '3.6-beta3-24272';
$wp_version = '3.6-beta3-24274';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.