Subversion Repositories cheapmusic

Rev

Rev 46 | Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 47
Line 9... Line 9...
9
    });
9
    });
10
    $('.flexdatalist').flexdatalist({minLength: 0, searchContain : true, noResultsText: ""}); /* reset after running clearer */
10
    $('.flexdatalist').flexdatalist({minLength: 0, searchContain : true, noResultsText: ""}); /* reset after running clearer */
11
 
11
 
12
    $(window).on('beforeunload', function() {
12
    $(window).on('beforeunload', function() {
13
        $(":submit").attr('disabled', 'disabled');
13
        $(":submit").attr('disabled', 'disabled');
-
 
14
        document.body.style.cursor = "progress";
14
    });
15
    });
15
 
16
 
16
    $(window).bind('resize orientationchange', paginationSetup);
17
    $(window).bind('resize orientationchange', paginationSetup);
17
 
18
 
18
    tableFilterButtons();
19
    tableFilterButtons();