1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* show ubuntu video to ubuntu software center users

This commit is contained in:
Reinhard Pointner 2015-05-20 12:42:38 +00:00
parent 8dea09fe54
commit ec79fd5b9e

View File

@ -26,7 +26,9 @@
];
if (location.hash == '#mas') {
data.splice(1, 0, { image: 'images/permissions.png', thumb: 'images/permissions.thumb.png' })
data.splice(1, 0, { image: 'images/permissions.png', thumb: 'images/permissions.thumb.png' }) // sandbox permissions
} else if (location.hash == '#usc') {
data[0].link = 'https://www.youtube.com/watch?v=sEFP3CsntNs&index=6&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd' // ubuntu video
}
Galleria.run('.galleria', {