skin-dt-32 0.0.77 → 0.0.78

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.
@@ -283,9 +283,7 @@ Vue.component('foro-foro', {
283
283
  <div class="is-hidden-desktop">
284
284
  <a :href="dataLasturl" :title="'Último mensaje en el tema «' + dataLastname + '» por '" class="lastpost-link">{{ dataLastname }}</a> por <slot name="last-who"></slot>, <slot name="last-date"></slot>
285
285
  </div>
286
- <div class="is-hidden-touch">
287
- <a :href="dataLasturl" :title="'Último mensaje en el tema «' + dataLastname + '» por '" class="lastpost-link">{{ dataLastname }}</a>, <slot name="last-date"></slot>
288
- </div>
286
+ <div class="is-hidden-touch"></div>
289
287
  </div>
290
288
  </template>
291
289
  <template v-else>Este subforo no tiene mensajes</template>
package/general.js CHANGED
@@ -846,6 +846,7 @@ document.addEventListener('DOMContentLoaded', () => {
846
846
  document.addEventListener('forumReady', () => {
847
847
  if (document.querySelector('.forum-forum')) {
848
848
  [].forEach.call(document.querySelectorAll('.forum-forum'), (item) => {
849
+ console.log(item.querySelector('.forum-last > strong'));
849
850
  if (item.querySelector('.forum-last > strong')) {
850
851
  item.querySelector('.lastpost-name').insertAdjacentHTML('beforeend', item.querySelector('.forum-last > strong').outerHTML);
851
852
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skin-dt-32",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "main": "readme.md",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"