generic-skin 4.0.4 → 4.0.5

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 -0
  2. package/package.json +1 -1
package/general.js CHANGED
@@ -148,6 +148,7 @@ document.addEventListener('DOMContentLoaded', () => {
148
148
  const lastAuthor = item.querySelector('.topic-lastauthor');
149
149
 
150
150
  if (author.querySelector('span')) {
151
+ console.log(author);
151
152
  author.innerHTML = '<strong><a href="' + FNR.user.getUrl(author.textContent) + '" title="Ir al ' + (forumConfig.profileOptions.profileName === undefined ? 'perfil' : forumConfig.profileOptions.profileName) + ' de «' + author.textContent + '»">' + author.querySelector('span').outerHTML + '</a></strong>';
152
153
  author.querySelector('strong strong').textContent = Vue.filter('just-name')(author.querySelector('strong strong').textContent);
153
154
  author.querySelector('.color-groups').innerHTML = author.querySelector('.color-groups').textContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generic-skin",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Generic Forum Skin for Forumotion created by Gaylien.",
5
5
  "main": "readme.md",
6
6
  "scripts": {