More mobile view improvements, various
This commit is contained in:
parent
14ac7aa198
commit
7f14f50ee0
11 changed files with 92 additions and 56 deletions
|
@ -36,6 +36,11 @@ $(document).on('pageshow', function() {
|
|||
if (el.is(':visible')) {
|
||||
el.focus();
|
||||
}
|
||||
|
||||
// TODO: seems like this should be better somehow...
|
||||
// remove all flash messages after 2.5 seconds
|
||||
window.setTimeout(function() { $('.flash, .error').remove(); }, 2500);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue