mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 09:18:51 -05:00
* show ubuntu video to ubuntu software center users
This commit is contained in:
parent
8dea09fe54
commit
ec79fd5b9e
@ -26,7 +26,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
if (location.hash == '#mas') {
|
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', {
|
Galleria.run('.galleria', {
|
||||||
|
Loading…
Reference in New Issue
Block a user