]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/slackr/events_reminder.tpl
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / view / theme / slackr / events_reminder.tpl
index bd1a57d18d842a8e9111404740bfe52fcd57681d..93c493432ad21fa0771a0e0f249dc21eadb762ff 100644 (file)
@@ -10,7 +10,7 @@
                $.get(
                        '$baseurl/events/?id='+eventid,
                        function(data){
-                               $.fancybox(data);
+                               $.colorbox({html:data});
                        }
                );                      
        }