update MAS tutorial

This commit is contained in:
Reinhard Pointner 2016-01-23 16:50:31 +00:00
parent 0bfc9154e8
commit 8de14a1b71
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ function getData() {
data.splice(1, 0, {
image: 'images/permissions.png',
thumb: 'images/permissions.thumb.png'
}) // sandbox permissions
}) // add sandbox permissions
data.splice(3, 1) // remove subtitle support
data.splice(3, 1) // remove subtitle support
} else if (location.hash == '#usc') {
data[0].link = 'https://www.youtube.com/watch?v=sEFP3CsntNs&index=6&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd' // ubuntu video
}