Skip to content
Snippets Groups Projects
Commit ec1616fb authored by Laurent's avatar Laurent
Browse files

article versionning: fix tab highlight

parent 077bcd2a
Branches
Tags
No related merge requests found
Pipeline #2716 passed with stage
in 32 minutes and 3 seconds
......@@ -37,7 +37,7 @@ class ZendAfi_View_Helper_Admin_RenderVersionForm
$('#" . $form->getId() . "').find('fieldset').each(function(i, elem) {
var fieldset = $(elem);
if (0 < fieldset.find('.modified').length)
$('a[href=#' + fieldset.attr('id') + ']').addClass('modified');
$('a[href=\"#' + fieldset.attr('id') + '\"]').addClass('modified');
});");
return $html;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment