generic-skin 3.0.6 → 3.0.9

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.
package/apps/vueChrono.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/apps/vueMulti.js CHANGED
File without changes
File without changes
package/apps/vueRela.js CHANGED
File without changes
File without changes
@@ -162,17 +162,8 @@ Vue.component('mando-foro', {
162
162
  /* Componentes del foro */
163
163
  Vue.component('titulo-especial', {
164
164
  props: ['dataTitle'],
165
- computed: {
166
- cleaned: function () {
167
- if (this.dataTitle.indexOf('<h2>') > -1) return this.dataTitle.split('<h2>')[1].split('</h2>')[0];
168
- else return this.dataTitle;
169
- },
170
- minimized: function () {
171
- return FNR.utility.genSlug(this.cleaned, ' ');
172
- }
173
- },
174
165
  template: `
175
- <h3 class="is-tweakeable"><span class="is-measurable" v-html="cleaned"></span></h3>
166
+ <h3 class="is-tweakeable"><span class="is-measurable">{{ dataTitle }}</span></h3>
176
167
  `
177
168
  });
178
169
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes