Error: TypeError: Cannot read property 'split' of undefined
Solution: Change npm depencency nuxt-svg to @nuxtjs/svg
Error: TypeError: Cannot read property 'split' of undefined
Solution: Change npm depencency nuxt-svg to @nuxtjs/svg
| <script> | |
| var redirectToCard = function() { | |
| if (!document.body.classList.contains('ajax-pending')) { | |
| setTimeout(function() { | |
| window.location.href = '/kosik/'; | |
| }, 500); | |
| } else { | |
| setTimeout(redirectToCard, 500); | |
| } | |
| }; |
Run each of the following lines, replacing yourdomain.com and codehere with your details:
now dns add yourdomain.com @ TXT google-site-verification=codehere
now dns add yourdomain.com @ MX ASPMX.L.GOOGLE.COM 1
now dns add yourdomain.com @ MX ALT1.ASPMX.L.GOOGLE.COM 5
now dns add yourdomain.com @ MX ALT2.ASPMX.L.GOOGLE.COM 5
now dns add yourdomain.com @ MX ALT3.ASPMX.L.GOOGLE.COM 10
now dns add yourdomain.com @ MX ALT4.ASPMX.L.GOOGLE.COM 10
| root = true | |
| [*] | |
| indent_style = space | |
| indent_size = 2 | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true | |
| end_of_line = lf | |
| # editorconfig-tools is unable to ignore longs strings or urls |
| window.liff = window.liff || {}; | |
| window.liff.calcLastId = () => { | |
| if (!document.querySelector('.js-last-id')) { | |
| const headerBtns = document.querySelector('.board-header-btns.mod-left'); | |
| if (headerBtns) { | |
| const lastIdElement = document.createElement("div"); | |
| lastIdElement.className = "js-last-id board-header-btn"; | |
| headerBtns.appendChild(lastIdElement); | |
| } else { |
| /* | |
| * Scroll To | |
| */ | |
| // first add raf shim | |
| // http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
| window.requestAnimFrame = (function(){ | |
| return window.requestAnimationFrame || | |
| window.webkitRequestAnimationFrame || | |
| window.mozRequestAnimationFrame || | |
| function( callback ){ |
| Duplikace: | |
| git clone --bare https://github.com/vaadin/vaadin-upload.git | |
| cd public-repo.git | |
| git push --mirror https://github.com/liffstudio/vaadin-upload.git | |
| Přidání modulu: | |
| git submodule add https://github.com/liffstudio/vaadin-upload.git vaadin-upload | |
| git checkout master | |
| git pull origin master | |
| git merge TEST | |
| git push origin master |
| <!-- Google Analytics --> | |
| <script> | |
| window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | |
| ga('create', 'UA-XXXXX-Y', 'auto'); | |
| ga('send', 'pageview'); | |
| </script> | |
| <script async src='https://www.google-analytics.com/analytics.js'></script> | |
| <!-- End Google Analytics --> |
| @media (max-width: 1240px) { | |
| } | |
| @media (max-width: 960px) { | |
| } | |
| @media (max-width: 880px) { | |