Skip to content

Commit

Permalink
Added minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrzypczak committed Feb 6, 2019
1 parent 928460a commit 2638f65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions plugins/yetiforce/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ function registerImportMail(content) {
window.crm.AppConnector.request({
module: 'OSSMail',
action: 'ImportMail',
params: {
uid: rcmail.env.uid,
folder: rcmail.env.mailbox,
rcId: rcmail.env.user_id
}
uid: rcmail.env.uid,
folder: rcmail.env.mailbox,
rcId: rcmail.env.user_id
}).done(function (data) {
loadActionBar();
window.crm.Vtiger_Helper_Js.showPnotify({
Expand Down
2 changes: 1 addition & 1 deletion plugins/yetiforce/preview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2638f65

Please sign in to comment.