Archived
1
0

Make the extra category list "a bit less clickable".

This commit is contained in:
Matthias Mees
2014-06-04 16:31:23 +02:00
parent bbf1456fd8
commit 9fea866da9
2 changed files with 3 additions and 2 deletions
@@ -1073,7 +1073,7 @@ $(function() {
// Show category selector
{if $use_popups}
if($('#serendipityEntry').length > 0) {
$('#select_category, #category_list').click(function(e) {
$('#select_category, #category_list h3, #category_list li').click(function(e) {
$('#edit_entry_category').toggleClass('mfp-hide');
$('#toggle_metadata').click();
});