Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksydex committed Feb 16, 2020
1 parent d2cf6c4 commit f52de67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 82 deletions.
2 changes: 1 addition & 1 deletion pages/food/tips/videos/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
allowfullscreen="allowfullscreen"
width="100%"
height="340"
:src="'http://www.youtube.com/embed/' + VIDEO.url + '?autoplay=0'"
:src="'https://www.youtube.com/embed/' + VIDEO.url + '?autoplay=0'"
frameborder="0"
></iframe>
</div>
Expand Down
75 changes: 0 additions & 75 deletions pages/special/webinar.vue

This file was deleted.

6 changes: 0 additions & 6 deletions store/userActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export const state = () => ({
url: '/food',
color: '#f2b3dd'
},
{
title: 'Вебинар с Мариной Богомоловой',
minPlan: 0,
url: '/special/webinar',
color: '#56CCF2'
},
{
title: 'Онлайн консультация',
minPlan: 0,
Expand Down

0 comments on commit f52de67

Please sign in to comment.