]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
Added checklist
[friendica.git] / js / main.js
index 2e65ef23169cc615beba87c115354cb493072c30..5a1affe3cb7aa3cb815d3eca84622aa96b52fff8 100644 (file)
@@ -9,7 +9,7 @@
                if (h==ch) {
                        return;
                }
-               console.log("_resizeIframe", obj, desth, ch);
+               //console.log("_resizeIframe", obj, desth, ch);
                if (desth!=ch) {
                        setTimeout(_resizeIframe, 500, obj, ch);
                } else {
                        'inline' : true,
                        'transition' : 'elastic'
                });
-
+               $("a.ajax-popupbox").colorbox({
+                       'transition' : 'elastic'
+               });
 
                /* notifications template */
                var notifications_tpl= unescape($("#nav-notifications-template[rel=template]").html());
                var notifications_mark = unescape($('<div>').append( $("#nav-notifications-mark-all").clone() ).html()); //outerHtml hack
                var notifications_empty = unescape($("#nav-notifications-menu").html());
 
-               /* enable perfect-scrollbars for nav-notivications-menu */
-               $('#nav-notifications-menu').perfectScrollbar();
-               $('aside').perfectScrollbar();
+               /* enable perfect-scrollbars for different elements */
+               $('#nav-notifications-menu, aside').perfectScrollbar();
 
                /* nav update event  */
                $('nav').bind('nav-update', function(e,data){