Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323

git-svn-id: http://svn.automattic.com/wordpress/trunk@17887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-05-12 03:33:27 +00:00
parent e324f8dd88
commit 8fe1d44938
10 changed files with 212 additions and 8 deletions
+5
View File
@@ -18,6 +18,11 @@ var postboxes;
$('.postbox h3 a').click( function(e) {
e.stopPropagation();
} );
$('.postbox a.dismiss').click( function(e) {
var hide_id = $(this).parents('.postbox').attr('id') + '-hide';
$( '#' + hide_id ).attr('checked', false).triggerHandler('click');
return false;
} );
$('.hide-postbox-tog').click( function() {
var box = $(this).val();