generic-skin 3.9.34 → 3.9.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/general.js +1 -1
  2. package/package.json +1 -1
package/general.js CHANGED
@@ -454,7 +454,7 @@ document.addEventListener('DOMContentLoaded', () => {
454
454
  const inputSelector = item.querySelector('.pagination-input input');
455
455
 
456
456
  inputSelector.onkeyup = FNR.behaviour.genDebounce(() => {
457
- window.location.replace(`${pageData.pageStructure.start}p${parseInt(inputSelector.value) * pageData.paginationDefault}-${pageData.pageStructure.end}`);
457
+ console.log(inputSelector);
458
458
  }, 2000);
459
459
 
460
460
  if (item.parentElement.classList.contains('not-show')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generic-skin",
3
- "version": "3.9.34",
3
+ "version": "3.9.35",
4
4
  "description": "Generic Forum Skin for Forumotion created by Gaylien.",
5
5
  "main": "readme.md",
6
6
  "scripts": {