@jsuites/indexing
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -69,6 +69,7 @@ /** | ||
document.addEventListener('scroll', render); | ||
render(); | ||
if (document.body.offsetWidth >= 1280) { | ||
document.addEventListener('scroll', render); | ||
render(); | ||
} | ||
} | ||
}))); |
@@ -22,3 +22,3 @@ { | ||
"main": "indexing.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"bugs": "https://github.com/jsuites/jsuites/issues", | ||
@@ -25,0 +25,0 @@ "homepage": "https://github.com/jsuites/jsuites", |
Sorry, the diff of this file is not supported yet
3978
101