]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/js/main.js
Move js/ folder under view/
[friendica.git] / view / theme / frost / js / main.js
index add248fc6033e382e086f25a6751d0cd59bdcd3b..0afdf681577a71ae765a6284cce950a5a286cee4 100644 (file)
 
                collapseHeight();
 
-               /* setup tooltips *//*
-               $("a,.tt").each(function(){
-                       var e = $(this);
-                       var pos="bottom";
-                       if (e.hasClass("tttop")) pos="top";
-                       if (e.hasClass("ttbottom")) pos="bottom";
-                       if (e.hasClass("ttleft")) pos="left";
-                       if (e.hasClass("ttright")) pos="right";
-                       e.tipTip({defaultPosition: pos, edgeOffset: 8});
-               });*/
-
-
-
                /* setup onoff widgets */
                $(".onoff input").each(function(){
                        val = $(this).val();