mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
Fix #117 - Disappearing Main Menu for Users With Multiple Inboxes
- On folder select modify the iframe location instead of top location
This commit is contained in:
parent
3ae831ba16
commit
4a0244c695
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
var mbox = data.selected[0];
|
||||
// reload with different inbox
|
||||
$('[name=folders_id]').val(mbox);
|
||||
top.location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
|
||||
window.location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -125,4 +125,4 @@
|
|||
|
||||
$(document).ready(function() {
|
||||
$(document).FoldersViewModal();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue