mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:50:11 +00:00
Remove commented out references to tiptip
This commit is contained in:
parent
2e420a15f8
commit
97dc1583ea
3 changed files with 0 additions and 39 deletions
|
@ -49,19 +49,6 @@
|
|||
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue