Skip to content
Snippets Groups Projects
Commit 133606f5 authored by Paul Ilea's avatar Paul Ilea
Browse files

[BUGFIX] Fix BE module controll buttons

parent 0ac2cedb
No related branches found
No related tags found
No related merge requests found
......@@ -144,5 +144,17 @@ define([
SgMail.init();
if (typeof window.jumpExt === 'undefined') {
window.jumpExt = SgMail.jumpExt;
}
if (typeof window.jumpSelf === 'undefined') {
window.jumpSelf = SgMail.jumpSelf;
}
if (typeof window.jumpToUrl === 'undefined') {
window.jumpToUrl = SgMail.jumpToUrl;
}
return SgMail;
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment