generic-skin 4.0.6 → 4.0.8

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 +2 -1
  2. package/package.json +1 -1
package/general.js CHANGED
@@ -140,7 +140,8 @@ document.addEventListener('DOMContentLoaded', () => {
140
140
  const author = item.querySelector('.topiclist-topic .to-process .lastpost-author');
141
141
  const url = item.querySelector('.topiclist-topic .to-process .lastpost-link a').href;
142
142
  const date = item.querySelector('.topiclist-topic .to-process .lastpost-date').textContent;
143
- console.log(author);
143
+
144
+ console.log(author.querySelector('.gensmall'));
144
145
 
145
146
  item.querySelector('.topic-lastpost').href = url;
146
147
  item.querySelector('.topic-lastpost').title = 'Último mensaje por ' + author.textContent.trim() + ', ' + date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generic-skin",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "description": "Generic Forum Skin for Forumotion created by Gaylien.",
5
5
  "main": "readme.md",
6
6
  "scripts": {