Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 88 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 88 Revision 98
Zeile 1... Zeile 1...
1
// $Header: file:///svn/repos/nagios-php/js/nagios-php.js 88 2013-01-02 13:34:47Z lars $
1
// $Header: file:///svn/repos/nagios-php/js/nagios-php.js 98 2013-01-03 09:52:28Z lars $
-
 
2
var aktiv;
2
$(function()
3
$(function()
3
{
4
{
4
    $('#accordion').accordion(
5
    $('#accordion').accordion(
5
    {
6
    {
6
        heightStyle: "content",
7
        heightStyle: "content",
Zeile 57... Zeile 58...
57
 
58
 
58
function load_sgg()
59
function load_sgg()
59
{
60
{
60
    $('#content').html('Loading...');
61
    $('#content').html('Loading...');
-
 
62
    $('#content').load("servicegroups.php?mode=grid");
-
 
63
}
-
 
64
 
-
 
65
function callJsFunc(func, delay)
-
 
66
{
-
 
67
    clearTimeout(aktiv);
61
    $('#content').load("servicegroups.php?mode=grid");
68
    aktiv = setTimeout(func, delay);
62
}
69
}