Revision 84c06f66
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
js/client_js.js | ||
---|---|---|
8 | 8 |
ns.display_flash = function(type, message, noscroll) { |
9 | 9 |
$('#flash_' + type + '_content').text(message); |
10 | 10 |
$('#flash_' + type).show(); |
11 |
if (!noscroll) { |
|
11 |
if (!noscroll && $('#frame-header')[0]) {
|
|
12 | 12 |
$('#frame-header')[0].scrollIntoView(); |
13 | 13 |
} |
14 | 14 |
}; |
Auch abrufbar als: Unified diff
Mobile: client_js darf nicht versuchen den Header zu scrollen