added tooltips to webspace/traffic bars

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-16 11:47:25 +01:00
parent 7c0ab217ee
commit dc886c9fc5
7 changed files with 474 additions and 301 deletions

View File

@@ -34,6 +34,11 @@ $(document).ready(function() {
}
});
// Enable Newsfeeds
$(".tipper").tipper({
direction: "right"
});
// Height of divs fix
var snheight = $('#sidenavigation').height();
var mainheight = $('#maincontent').height();