Compress scripts/styles: 3.6-beta4-24656.

git-svn-id: http://core.svn.wordpress.org/trunk@24656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bot (Assets) 2013-07-11 00:58:52 +00:00
parent 682de58eb5
commit e08e451b01
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
(function(f){var e,c,h,a;function b(){var k=f("#wp-auth-check"),l=f("#wp-auth-check-form"),i=e.find(".wp-auth-fallback-expired"),m,j=false;if(l.length){f(window).on("beforeunload.wp-auth-check",function(n){n.originalEvent.returnValue=window.authcheckL10n.beforeunload});m=f('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",i.text());m.load(function(p){var o,n;j=true;try{n=f(this).contents().find("body");o=n.height()}catch(p){e.addClass("fallback");l.remove();i.focus();return}if(o){if(n&&n.hasClass("interim-login-success")){o+=35;k.find(".wp-auth-check-close").show();e.data("logged-in",1);a=setTimeout(function(){d()},3000)}k.css("max-height",o+60+"px")}}).attr("src",l.data("src"));f("#wp-auth-check-form").append(m)}e.removeClass("hidden");if(m){m.focus();setTimeout(function(){if(!j){e.addClass("fallback");l.remove();i.focus()}},5000)}else{i.focus()}}function d(){f(window).off("beforeunload.wp-auth-check");window.clearTimeout(a);if(typeof adminpage!="undefined"&&(adminpage=="post-php"||adminpage=="post-new-php")&&typeof wp!="undefined"&&wp.heartbeat){wp.heartbeat.interval("fast",1)}e.fadeOut(200,function(){e.addClass("hidden").css("display","").find(".wp-auth-check-close").css("display","");f("#wp-auth-check-frame").remove()})}function g(){c=false;window.clearTimeout(h);h=window.setTimeout(function(){c=1},300000)}f(document).on("heartbeat-tick.wp-auth-check",function(j,i){if(c===2){g()}if(i["wp-auth-check"]&&e.hasClass("hidden")){b()}else{if(!i["wp-auth-check"]&&!e.hasClass("hidden")&&!e.data("logged-in")){d()}}}).ready(function(){g();e=f("#wp-auth-check-wrap").data("logged-in",0);e.find(".wp-auth-check-close").on("click",function(i){d()});f(document).on("heartbeat-send.wp-auth-check",function(m,l){var j,k=true;for(j in l){if(l.hasOwnProperty(j)){k=false;break}}if(c||!k){l["wp-auth-check"]=1}if(c){c=2}})})}(jQuery));
(function(e){var d,b,g;function a(){var j=e("#wp-auth-check"),k=e("#wp-auth-check-form"),h=d.find(".wp-auth-fallback-expired"),l,i=false;if(k.length){e(window).on("beforeunload.wp-auth-check",function(m){m.originalEvent.returnValue=window.authcheckL10n.beforeunload});l=e('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",h.text());l.load(function(o){var n,m;i=true;try{m=e(this).contents().find("body");n=m.height()}catch(o){d.addClass("fallback");j.css("max-height","");k.remove();h.focus();return}if(n){if(m&&m.hasClass("interim-login-success")){c()}else{j.css("max-height",n+60+"px")}}else{if(!m||!m.length){d.addClass("fallback");j.css("max-height","");k.remove();h.focus()}}}).attr("src",k.data("src"));e("#wp-auth-check-form").append(l)}d.removeClass("hidden");if(l){l.focus();setTimeout(function(){if(!i){d.addClass("fallback");k.remove();h.focus()}},10000)}else{h.focus()}}function c(){e(window).off("beforeunload.wp-auth-check");if(typeof adminpage!="undefined"&&(adminpage=="post-php"||adminpage=="post-new-php")&&typeof wp!="undefined"&&wp.heartbeat){wp.heartbeat.interval("fast",1)}d.fadeOut(200,function(){d.addClass("hidden").css("display","").find(".wp-auth-check-close").css("display","");e("#wp-auth-check-frame").remove()})}function f(){b=false;window.clearTimeout(g);g=window.setTimeout(function(){b=1},300000)}e(document).on("heartbeat-tick.wp-auth-check",function(i,h){if(b===2){f()}if(h["wp-auth-check"]&&d.hasClass("hidden")){a()}else{if(!h["wp-auth-check"]&&!d.hasClass("hidden")){c()}}}).ready(function(){f();d=e("#wp-auth-check-wrap");d.find(".wp-auth-check-close").on("click",function(h){c()});e(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-beta4-24653';
$wp_version = '3.6-beta4-24656';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.