Parcourir la source

fixed article prev next

bach il y a 3 ans
Parent
commit
d9d2180f94

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/store/modules/blabla.js

@@ -61,7 +61,7 @@ export default {
       console.log('getItemIndex nid', nid)
       return state.items.findIndex((e) => {
         // console.log('findIndex', e.nid, nid)
-        return e.nid === nid
+        return parseInt(e.nid) === nid
       })
     },
     getPrevNextItems ({ dispatch, commit, state }, index) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff