1
0

Prevent freetag list from making the page "jump".

References #188
This commit is contained in:
Matthias Mees
2014-06-18 11:51:16 +02:00
parent 0ed6a0c8f3
commit 2d85ced5dd

View File

@ -1122,6 +1122,10 @@ $(function() {
afterClose: function() {}
}
});
$('#backend_freetag_list > a').click(function(e) {
e.preventDefault();
});
}
{/if}