openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 738e3aa5f4994241eccab98a66e2da7a890f1c78
parent 1f39a6e571324a4ebdd65b3096240161c6d72bd8
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 20 Oct 2012 14:19:04 +0200

Timeout für Notices reduziert.

Diffstat:
Mthemes/default/js/openrat.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/js/openrat.js b/themes/default/js/openrat.js @@ -858,7 +858,7 @@ function doResponse(data,status,element) if ( value.status == 'ok' ) timeoutSeconds = 2; else - timeoutSeconds = 8; + timeoutSeconds = 5; $(notice).delay(timeoutSeconds*1000).fadeOut( function() { $(this).remove(); } );