Remove commented out references to tiptip
This commit is contained in:
parent
2e420a15f8
commit
97dc1583ea
3 changed files with 0 additions and 39 deletions
11
js/main.js
11
js/main.js
|
@ -64,17 +64,6 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$.ajaxSetup({cache: false});
|
$.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 */
|
/* setup comment textarea buttons */
|
||||||
/* comment textarea buttons needs some "data-*" attributes to work:
|
/* comment textarea buttons needs some "data-*" attributes to work:
|
||||||
* data-role="insert-formatting" : to mark the element as a formatting button
|
* data-role="insert-formatting" : to mark the element as a formatting button
|
||||||
|
|
|
@ -47,21 +47,6 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$.ajaxSetup({cache: false});
|
$.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 */
|
/* setup onoff widgets */
|
||||||
$(".onoff input").each(function(){
|
$(".onoff input").each(function(){
|
||||||
val = $(this).val();
|
val = $(this).val();
|
||||||
|
|
|
@ -49,19 +49,6 @@
|
||||||
|
|
||||||
collapseHeight();
|
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 */
|
/* setup onoff widgets */
|
||||||
$(".onoff input").each(function(){
|
$(".onoff input").each(function(){
|
||||||
val = $(this).val();
|
val = $(this).val();
|
||||||
|
|
Loading…
Reference in a new issue