]> git.mxchange.org Git - friendica.git/commitdiff
Remove commented out references to tiptip
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 27 Jan 2018 21:16:41 +0000 (16:16 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 27 Jan 2018 21:16:41 +0000 (16:16 -0500)
js/main.js
view/theme/frost-mobile/js/main.js
view/theme/frost/js/main.js

index 6bf5149b2cc7cfcf84435bdeefc113cafa5353b9..77c240f3733c758b6991cf181f80e93977b7d6f5 100644 (file)
        $(function() {
                $.ajaxSetup({cache: false});
 
-               /* 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 comment textarea buttons */
                /* comment textarea buttons needs some "data-*" attributes to work:
                 *              data-role="insert-formatting" : to mark the element as a formatting button
index b7b11ef1f02cc39c92a9e031fd92f02aa2e9fe4c..5a884192eb168b378a8af3e06832d46d99d9c47f 100644 (file)
        $(function() {
                $.ajaxSetup({cache: false});
 
-               //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();
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();