Browse Source

fixed article prev next

bach 3 years ago
parent
commit
d9d2180f94

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


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


File diff suppressed because it is too large
+ 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) {

Some files were not shown because too many files changed in this diff