diff --git a/proj/map/asset/js/.main.js.swp b/proj/map/asset/js/.main.js.swp index 079b855..e91a001 100644 Binary files a/proj/map/asset/js/.main.js.swp and b/proj/map/asset/js/.main.js.swp differ diff --git a/proj/map/asset/js/main.js b/proj/map/asset/js/main.js index bfb7d24..3a6f406 100644 --- a/proj/map/asset/js/main.js +++ b/proj/map/asset/js/main.js @@ -229,29 +229,6 @@ Vue.component('Accordeon', { tabrollTransX: function () { return "translateX(-" + this.tabrollxoff + "00vw)"; }, - markerLL : function () { - if ('card' in this.list){ -try { - return this.$refs.tabnavi[this.tabind].getBoundingClientRect().left + "px" -}catch(err) {} - } else { - return 0; - } - }, - markerWW : function () { - if ('card' in this.list){ - try { - target = document.querySelector("#" + this.cardid +"0"); - marker.style.left = target.offsetLeft + "px"; - return target.offsetWidth + "px"; - //return this.$refs.tabnavi[this.tabind].getBoundingClientRect().width + "px" - }catch(err) { - console.log(err.message) - } - } else { - return 0; - } - }, }, methods : { getMarkerId(i) {