Subversion Repositories oidplus

Rev

Rev 512 | Rev 544 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 512 Rev 532
Line 544... Line 544...
544
 
544
 
545
        tmp = tmp.replace("%%", "%");
545
        tmp = tmp.replace("%%", "%");
546
 
546
 
547
        return tmp;
547
        return tmp;
548
}
548
}
-
 
549
 
-
 
550
function show_waiting_anim() {
-
 
551
        $("#loading").show();
-
 
552
}
-
 
553
 
-
 
554
function hide_waiting_anim() {
-
 
555
        $("#loading").hide();
-
 
556
}