Skip to content

Commit

Permalink
Issue #1449: Fixing typo in comment, fixing css bug for Detailed Sear…
Browse files Browse the repository at this point in the history
…ch Dialog
  • Loading branch information
stefanhaerter committed Jan 25, 2022
1 parent a0ddf65 commit 7ea1569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions var/httpd/htdocs/js/Core.UI.Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Core.UI.Dialog = (function (TargetNS) {

// Get HTML with JS function innerHTML, because jQuery html() strips out the script blocks
if (typeof Params.HTML !== 'string' && isJQueryObject(Params.HTML)) {
// First get the data structure, ehich is (perhaps) already saved
// First get the data structure, which is (perhaps) already saved
// If the data does not exists Core.Data.Get returns an empty hash
DialogCopy = Core.Data.Get($('body'), 'DialogCopy');
DialogCopySelector = Core.Data.Get($('body'), 'DialogCopySelector');
Expand Down Expand Up @@ -467,7 +467,6 @@ Core.UI.Dialog = (function (TargetNS) {
// Increase the dialog number for the next possible dialog
DialogCounter++;


// Set position for Dialog
if (Params.Type === 'Alert') {
if ( CustomerInterface ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ button.oooM.ActivityStartButton {
left: calc( -100% + 24px );
}

iframe {
.MessageContent iframe {
width: 100%;
max-height: 80vh;
}
Expand Down

0 comments on commit 7ea1569

Please sign in to comment.