Set the hash to the last clicked item in the FAQ
This commit is contained in:
@@ -22,6 +22,9 @@ define([
|
||||
}
|
||||
$(question).toggleClass('cp-active-faq');
|
||||
$(answer).slideDown();
|
||||
var t = $(window).scrollTop();
|
||||
window.location.hash = hash;
|
||||
$(window).scrollTop(t);
|
||||
});
|
||||
questions.push(h('div.cp-faq-questions-items', [
|
||||
Pages.setHTML(question, item.q),
|
||||
|
||||
Reference in New Issue
Block a user