Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/js/src/frontend/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const masonry = () => {
*/
const infiniteScroll = () => {
if (
typeof NeveProperties === 'undefined' ||
Comment thread
girishpanchal30 marked this conversation as resolved.
Outdated
NeveProperties.infScroll !== 'enabled' ||
document.querySelector(postWrapSelector) === null
) {
Expand Down
3 changes: 2 additions & 1 deletion assets/js/src/frontend/hgf.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ HFG.prototype.toggleMenuSidebar = function (toggle, target = null) {
);

if (
(!NeveProperties.isCustomize &&
((typeof NeveProperties === 'undefined' ||
!NeveProperties.isCustomize) &&
doc.body.classList.contains(sidebarClasses[0])) ||
toggle === false
) {
Expand Down
Loading