- 02CC5E2D1B6C577857523F3EAAA1637CFEB34133E5B129C221DF09C535285721AD8AB72A72E3BE80DAEB683C3CF66F4206F1CCF9755AC780F30240B2FAFB6209
+ E47932AF030E1A7055A8E3A8D649999819FBFB685A92349E5EE9A83F6225741CB39F92102FC23241C892D679D7F2E8B2AF87D28B12FC9474D773A8F81CAE007D
mp-wp/wp-admin/js/common.js
(364 . 32)(364 . 3)
7876 }
7877
7878 })(jQuery);
7879
7880
7881 jQuery(document).ready(function($){
7882 if ( 'undefined' != typeof google && google.gears ) return;
7883
7884 var gf = false;
7885 if ( 'undefined' != typeof GearsFactory ) {
7886 gf = new GearsFactory();
7887 } else {
7888 try {
7889 gf = new ActiveXObject('Gears.Factory');
7890 if ( factory.getBuildInfo().indexOf('ie_mobile') != -1 )
7891 gf.privateSetGlobalObject(this);
7892 } catch (e) {
7893 if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes['application/x-googlegears'] ) {
7894 gf = document.createElement("object");
7895 gf.style.display = "none";
7896 gf.width = 0;
7897 gf.height = 0;
7898 gf.type = "application/x-googlegears";
7899 document.documentElement.appendChild(gf);
7900 }
7901 }
7902 }
7903 if ( gf && gf.hasPermission )
7904 return;
7905
7906 $('.turbo-nag').show();
7907 });