mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:50:13 +00:00
starting switching to colorbox
This commit is contained in:
parent
9dbe7efce5
commit
0f25455d1b
21 changed files with 130 additions and 112 deletions
|
@ -103,9 +103,13 @@
|
|||
});
|
||||
|
||||
// fancyboxes
|
||||
$("a.popupbox").fancybox({
|
||||
/*$("a.popupbox").fancybox({
|
||||
'transitionIn' : 'elastic',
|
||||
'transitionOut' : 'elastic'
|
||||
});*/
|
||||
$("a.popupbox").colorbox({
|
||||
'inline' : true,
|
||||
'transition' : 'none'
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue