mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Return false from edit timestamp click handler. Props fitztrev. fixes #5954
git-svn-id: https://develop.svn.wordpress.org/trunk@6975 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
579698f0b1
commit
d3610be6ed
@ -8,7 +8,6 @@ addLoadEvent( function() {
|
||||
} else {
|
||||
jQuery('#timestampdiv').hide();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
@ -12,7 +12,6 @@ addLoadEvent( function() {
|
||||
} else {
|
||||
jQuery('#timestampdiv').hide();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
@ -151,5 +151,6 @@ addLoadEvent( function() {
|
||||
} else {
|
||||
jQuery('#timestampdiv').hide();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user