Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

lightning-item-iframe.js: fix content saving for new items #18

Merged
merged 1 commit into from
Jun 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lightning-item-iframe.js: fix content saving for new items
  • Loading branch information
Trim committed Jun 12, 2017
commit 354cef51ef0111890cc08cd5e5ef969d6753601d
2 changes: 1 addition & 1 deletion chrome/content/lightning-item-iframe.js
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ exchangeEventDialog.prototype = {
this.newItem = item.bodyType.toLowerCase() !== "html";
}
else {
this._newItem = true;
this.newItem = true;
itemBodyEditor.content = item.getProperty("DESCRIPTION");
}