added chutier action link to indexes, fixe #543
This commit is contained in:
@@ -309,6 +309,12 @@
|
||||
_$row.removeAttr('style').html($rendered);
|
||||
}
|
||||
|
||||
// remove article is-active class is static content loaded
|
||||
if ((data.entity_type == "node" && data.bundle == "static")
|
||||
|| state.sys_path == "docsindex") {
|
||||
$('.ajax-link.is-active.articles-link').removeClass('is-active');
|
||||
}
|
||||
|
||||
// add body class for currently loaded content
|
||||
var body_classes = [
|
||||
'path-'+state.sys_path.replace(/\//g, '-'),
|
||||
|
||||
Reference in New Issue
Block a user